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

L2SS-391: Add missing import

parent a12852b1
Branches
Tags
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__ = ["RECV", "main"] __all__ = ["RECV", "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.
Please register or to comment