Skip to content

Commit bd70217

Browse files
chore: fix linting
Signed-off-by: Vaibhav Tiwari <vaibhav.tiwari33@gmail.com>
1 parent f7ccd6b commit bd70217

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • packages/pynumaflow/tests/source

packages/pynumaflow/tests/source/utils.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from collections.abc import Iterable
2-
31
from pynumaflow.shared.asynciter import NonBlockingIterator
42
from pynumaflow.sourcer import ReadRequest, Message, UserMetadata
53
from pynumaflow.sourcer import (
@@ -105,4 +103,4 @@ async def pending_handler(self) -> PendingResponse:
105103
raise RuntimeError("Got a runtime error from pending handler.")
106104

107105
async def partitions_handler(self) -> PartitionsResponse:
108-
raise RuntimeError("Got a runtime error from partition handler.")
106+
raise RuntimeError("Got a runtime error from partition handler.")

0 commit comments

Comments
 (0)