Update OPC server update method to include NOSONAR comment for code quality tools

This commit is contained in:
vitor-aignosi
2025-10-23 11:55:55 -03:00
parent eea6ccb48f
commit f415207d5b

View File

@@ -189,7 +189,7 @@ class IngestorManager(BaseActivity):
def __del__(self): def __del__(self):
asyncio.run(self.shutdown()) 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. 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 This method ensures that the OPC servers defined in `self.managed_tags` are properly