Skip to content

Commit

Permalink
fix(confluent-kafka): Removed unused pylint directive
Browse files Browse the repository at this point in the history
  • Loading branch information
javferrod committed Jun 27, 2023
1 parent b7d08dc commit 7a86555
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def commit(self, *args, **kwargs):

def consume(
self, *args, **kwargs
): # pylint: disable=keyword-arg-before-vararg
):
return ConfluentKafkaInstrumentor.wrap_consume(
self._consumer.consume, self, self._tracer, args, kwargs,
)
Expand Down

0 comments on commit 7a86555

Please sign in to comment.