Skip to content
Snippets Groups Projects

Resolve L2SS-770 "Fix pyflakes linting errors"

Merged Stefano Di Frischia requested to merge L2SS-770-fix-pyflakes-linting-errors into master
Files
14
@@ -9,7 +9,7 @@ from tangostationcontrol.clients.comms_client import AsyncCommClient
import logging
logger = logging.getLogger()
__all__ = ["OPCUAConnection", "event_loop"]
__all__ = ["OPCUAConnection", "ProtocolAttribute"]
numpy_to_OPCua_dict = {
numpy.bool_: asyncua.ua.VariantType.Boolean,
Loading