diff --git a/tangostationcontrol/tangostationcontrol/devices/tilebeam.py b/tangostationcontrol/tangostationcontrol/devices/tilebeam.py index 1d6a59e352f2ce0995b34dae5de74179847a27f1..c5442354f3ba06b46d8c0bc62f87f1fccb4adb34 100644 --- a/tangostationcontrol/tangostationcontrol/devices/tilebeam.py +++ b/tangostationcontrol/tangostationcontrol/devices/tilebeam.py @@ -16,7 +16,7 @@ from tango import Util # Additional import from tangostationcontrol.common.entrypoint import entry from tangostationcontrol.common.lofar_logging import device_logging_to_python, log_exceptions -from tangostationcontrol.common.constants import N_elements, N_xyz, N_elements, N_pol +from tangostationcontrol.common.constants import N_xyz, N_elements, N_pol from tangostationcontrol.beam.delays import Delays from tangostationcontrol.devices.beam_device import beam_device from tangostationcontrol.devices.device_decorators import TimeIt