Skip to content

Commit 3368ae4

Browse files
committed
code formatting
Signed-off-by: Sreekanth <prsreekanth920@gmail.com>
1 parent e415c01 commit 3368ae4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

packages/pynumaflow/pynumaflow/accumulator/servicer/task_manager.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
Datum,
1414
_AccumulatorBuilderClass,
1515
AccumulatorAsyncCallable,
16-
WindowOperation, AccumulatorRequest,
16+
WindowOperation,
17+
AccumulatorRequest,
1718
)
1819
from pynumaflow.proto.accumulator import accumulator_pb2
1920
from pynumaflow.shared.asynciter import NonBlockingIterator
@@ -219,9 +220,7 @@ async def __invoke_accumulator(
219220
# Put the exception in the result queue
220221
await self.global_result_queue.put(err)
221222

222-
async def process_input_stream(
223-
self, request_iterator: AsyncIterable[AccumulatorRequest]
224-
):
223+
async def process_input_stream(self, request_iterator: AsyncIterable[AccumulatorRequest]):
225224
# Start iterating through the request iterator and create tasks
226225
# based on the operation type received.
227226
try:

0 commit comments

Comments
 (0)