Skip to content

Commit

Permalink
Remove unused context bound
Browse files Browse the repository at this point in the history
  • Loading branch information
bplommer committed Apr 6, 2021
1 parent e4e38de commit 38a94a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/src/main/scala/fs2/kafka/KafkaProducer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ object KafkaProducer {
* The number of records in the same batch is limited using the
* [[ProducerSettings#parallelism]] setting.
*/
def pipe[F[_]: Concurrent: MkProducer, K, V, P](
def pipe[F[_]: Concurrent, K, V, P](
settings: ProducerSettings[F, K, V],
producer: KafkaProducer[F, K, V]
): Pipe[F, ProducerRecords[P, K, V], ProducerResult[P, K, V]] =
Expand Down

0 comments on commit 38a94a2

Please sign in to comment.