Skip to content

Commit 84d8030

Browse files
Update packages/pynumaflow/pynumaflow/sourcer/_dtypes.py
Co-authored-by: Vigith Maurice <vigith@gmail.com> Signed-off-by: Vaibhav Tiwari <vaibhav.tiwari33@gmail.com>
1 parent e286769 commit 84d8030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pynumaflow/pynumaflow/sourcer/_dtypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ async def active_partitions_handler(self) -> PartitionsResponse:
306306

307307
async def total_partitions_handler(self) -> int | None:
308308
"""
309-
Optional. Returns the total number of partitions in the source.
309+
Returns the total number of partitions in the source.
310310
Used by the platform for watermark progression to know when all
311311
processors have reported in.
312312
Returns None by default, indicating the source does not report total partitions.

0 commit comments

Comments
 (0)