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

L2SS-470: Add missing imports

parent ce5f2695
No related branches found
No related tags found
1 merge request!181Resolve L2SS-472 "Fix devices"
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
# PyTango imports # PyTango imports
from tango import DebugIt from tango import DebugIt
from tango.server import run, command from tango.server import run, command
from tango import AttrWriteType from tango import AttrWriteType, DevState
import numpy import numpy
# Additional import # Additional import
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
from tango import DebugIt from tango import DebugIt
from tango.server import run, command from tango.server import run, command
from tango.server import device_property, attribute from tango.server import device_property, attribute
from tango import AttrWriteType from tango import AttrWriteType, DevState
import numpy import numpy
# Additional import # Additional import
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
# PyTango imports # PyTango imports
from tango.server import run, command from tango.server import run, command
from tango.server import device_property, attribute from tango.server import device_property, attribute
from tango import AttrWriteType, DebugIt from tango import AttrWriteType, DebugIt, DevState
# Additional import # Additional import
from tangostationcontrol.common.entrypoint import entry from tangostationcontrol.common.entrypoint import entry
......
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