From a192e2ba042da42d6902706cb36bb55cf1afb79f Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Fri, 17 Oct 2025 16:25:24 -0300 Subject: [PATCH] SIENTIAPDE-1318 Update app.py to add a comment for clarity in the main asynchronous function --- ingestor/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.