diff --git a/ingestor/app.py b/ingestor/app.py index f0bf13e..d75bf99 100644 --- a/ingestor/app.py +++ b/ingestor/app.py @@ -14,7 +14,7 @@ exit_signal = Event() POD_ID = os.getenv('HOSTNAME', 'localhost') -async def main(): +async def main(): # NOSONAR """ Main asynchronous function that orchestrates the OPC Ingestor application.