diff --git a/extensions/eda/plugins/event_source/logs.py b/extensions/eda/plugins/event_source/logs.py index 78ebfd33e..a8204d1e1 100644 --- a/extensions/eda/plugins/event_source/logs.py +++ b/extensions/eda/plugins/event_source/logs.py @@ -143,7 +143,11 @@ def process_payload( return data -async def main(queue: asyncio.Queue, args: dict[str, Any], custom_logger: None) -> None: +async def main( + queue: asyncio.Queue, + args: dict[str, Any], + custom_logger: None = None, +) -> None: """Run the plugin as a standalone application. Parameters