Skip to content
Snippets Groups Projects
Commit c390eb1a authored by Taya Snijder's avatar Taya Snijder
Browse files

removed unused imports

parent 67866f4d
No related branches found
No related tags found
1 merge request!276Resolve L2SS-655 "Add digitalbeam device"
...@@ -8,16 +8,16 @@ ...@@ -8,16 +8,16 @@
""" """
# PyTango imports # PyTango imports
from tango.server import device_property #from tango.server import device_property
from tango import AttrWriteType #from tango import AttrWriteType
# Additional import # Additional import
from tangostationcontrol.common.entrypoint import entry from tangostationcontrol.common.entrypoint import entry
from tangostationcontrol.clients.attribute_wrapper import attribute_wrapper #from tangostationcontrol.clients.attribute_wrapper import attribute_wrapper
from tangostationcontrol.devices.opcua_device import opcua_device from tangostationcontrol.devices.opcua_device import opcua_device
from tangostationcontrol.devices.sdp.sdp import SDP #from tangostationcontrol.devices.sdp.sdp import SDP
import numpy #import numpy
__all__ = ["DigitalBeam", "main"] __all__ = ["DigitalBeam", "main"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment