From f415207d5bbe884a7d56477cb2a4a064c7e0cbfe Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Thu, 23 Oct 2025 11:55:55 -0300 Subject: [PATCH] Update OPC server update method to include NOSONAR comment for code quality tools --- ingestor/managers/ingestor_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestor/managers/ingestor_manager.py b/ingestor/managers/ingestor_manager.py index bc4e094..a84aab3 100644 --- a/ingestor/managers/ingestor_manager.py +++ b/ingestor/managers/ingestor_manager.py @@ -189,7 +189,7 @@ class IngestorManager(BaseActivity): def __del__(self): asyncio.run(self.shutdown()) - async def update_opc_servers(self): + async def update_opc_servers(self): # NOSONAR """ Updates the OPC (OLE for Process Control) server connections managed by the ingestor. This method ensures that the OPC servers defined in `self.managed_tags` are properly