Fix formatting of NOSONAR comment in update_opc_servers method for consistency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user