We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ee39b commit 773d41bCopy full SHA for 773d41b
sdks/fs-python/function_stream/module.py
@@ -37,7 +37,6 @@ def init(self, context: FSContext):
37
context (FSContext): The context object containing configuration and
38
runtime information for the module.
39
"""
40
- pass
41
42
@abstractmethod
43
async def process(self, context: FSContext, data: Dict[str, Any]) -> Dict[str, Any]:
0 commit comments