satisfy pycodestyle checker
This commit is contained in:
@ -5,6 +5,7 @@ from loguru import logger
|
||||
from FlatDataObject import FlatDataObject
|
||||
from StructuredDataObject import StructuredDataObject
|
||||
|
||||
|
||||
class OpcUaRequester(threading.Thread):
|
||||
def __init__(self, config, stats, queue):
|
||||
super().__init__()
|
||||
@ -25,7 +26,6 @@ class OpcUaRequester(threading.Thread):
|
||||
self.killBill = False
|
||||
self.killEvent = threading.Event()
|
||||
|
||||
|
||||
async def opcUaRequesterInnerLoop(self):
|
||||
while not self.killBill:
|
||||
try:
|
||||
@ -69,4 +69,3 @@ class OpcUaRequester(threading.Thread):
|
||||
|
||||
self.killEvent.set()
|
||||
logger.info("kill events triggered")
|
||||
|
||||
|
Reference in New Issue
Block a user