We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a64f7 commit 014e971Copy full SHA for 014e971
sdks/fs-python/function_stream/function.py
@@ -197,7 +197,6 @@ def __init__(
197
if isinstance(process_func, FSModule):
198
# For FSModule, we'll use its process method
199
process_func.init(self.context)
200
- pass
201
else:
202
_validate_process_func(process_func, module)
203
0 commit comments