We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d60241 commit c6a35d1Copy full SHA for c6a35d1
1 file changed
tests/mocks.py
@@ -25,7 +25,6 @@ def __await__(self) -> typing.Generator[typing.Any, None, str | None]:
25
return self._result
26
27
28
-
29
class MockKafkaBatchCommitter:
30
def __init__(self, *_args: object, **_kwargs: object) -> None:
31
self.send_task = AsyncMock()
0 commit comments