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

removed unnececary import

parent 7f99e90b
No related branches found
No related tags found
1 merge request!465added constants.py and replaced most magic numbers
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment