Fix formatting of NOSONAR comment in update_opc_servers method for consistency

This commit is contained in:
vitor-aignosi
2025-10-23 11:58:00 -03:00
parent f415207d5b
commit 83e43edf95

View File

@@ -189,7 +189,7 @@ class IngestorManager(BaseActivity):
def __del__(self):
asyncio.run(self.shutdown())
async def update_opc_servers(self): # NOSONAR
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