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

L2SS-435: Add missing import

parent dcafce90
No related branches found
No related tags found
2 merge requests!148L2SS-435: Move version_R to hardware_device to avoid code duplication.,!142L2SS-412: Use asyncio for opcua and other clients
...@@ -15,7 +15,7 @@ from abc import ABCMeta, abstractmethod ...@@ -15,7 +15,7 @@ from abc import ABCMeta, abstractmethod
# PyTango imports # PyTango imports
from tango.server import Device, command, DeviceMeta, attribute from tango.server import Device, command, DeviceMeta, attribute
from tango import DevState, DebugIt, Attribute, DeviceProxy from tango import DevState, DebugIt, Attribute, DeviceProxy, AttrWriteType
# Additional import # Additional import
from clients.attribute_wrapper import attribute_wrapper from clients.attribute_wrapper import attribute_wrapper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment