Skip to content

Commit c6a35d1

Browse files
committed
fix
1 parent 0d60241 commit c6a35d1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/mocks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def __await__(self) -> typing.Generator[typing.Any, None, str | None]:
2525
return self._result
2626

2727

28-
2928
class MockKafkaBatchCommitter:
3029
def __init__(self, *_args: object, **_kwargs: object) -> None:
3130
self.send_task = AsyncMock()

0 commit comments

Comments
 (0)