Skip to content

Commit 014e971

Browse files
committed
Fix CI
Signed-off-by: Zike Yang <[email protected]>
1 parent 44a64f7 commit 014e971

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdks/fs-python/function_stream/function.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ def __init__(
197197
if isinstance(process_func, FSModule):
198198
# For FSModule, we'll use its process method
199199
process_func.init(self.context)
200-
pass
201200
else:
202201
_validate_process_func(process_func, module)
203202

0 commit comments

Comments
 (0)