Skip to content

Commit 773d41b

Browse files
committed
Fix
1 parent c1ee39b commit 773d41b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdks/fs-python/function_stream/module.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def init(self, context: FSContext):
3737
context (FSContext): The context object containing configuration and
3838
runtime information for the module.
3939
"""
40-
pass
4140

4241
@abstractmethod
4342
async def process(self, context: FSContext, data: Dict[str, Any]) -> Dict[str, Any]:

0 commit comments

Comments
 (0)