Skip to content
Snippets Groups Projects
Commit 70b14840 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-391: Add missing import

parent c43bfd67
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,9 @@ from clients.attribute_wrapper import attribute_wrapper ...@@ -31,6 +31,9 @@ from clients.attribute_wrapper import attribute_wrapper
from devices.opcua_device import opcua_device from devices.opcua_device import opcua_device
from common.lofar_logging import device_logging_to_python, log_exceptions from common.lofar_logging import device_logging_to_python, log_exceptions
import logging
logger = logging.getLogger()
__all__ = ["APSCT", "main"] __all__ = ["APSCT", "main"]
@device_logging_to_python() @device_logging_to_python()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment