From a0a6c834f4e5294b2d8eab2bf6afe88f328ec698 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 20 Mar 2024 13:56:18 +0100 Subject: [PATCH] fix flake8 --- tangostationcontrol/tangostationcontrol/devices/sdp/beamlet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tangostationcontrol/tangostationcontrol/devices/sdp/beamlet.py b/tangostationcontrol/tangostationcontrol/devices/sdp/beamlet.py index 60c0d48e0..07b1523f7 100644 --- a/tangostationcontrol/tangostationcontrol/devices/sdp/beamlet.py +++ b/tangostationcontrol/tangostationcontrol/devices/sdp/beamlet.py @@ -34,7 +34,6 @@ from tangostationcontrol.common.constants import ( ) # Additional import -from tangostationcontrol.common.device_decorators import debugit from tangostationcontrol.common.lofar_logging import log_exceptions from tangostationcontrol.common.proxy import create_device_proxy from tangostationcontrol.common.sdp import phases_to_weights @@ -608,6 +607,7 @@ class Beamlet(OPCUADevice): based on shorthand defaults.""" # --- Configure FPGA destination streams equally for all 16 FPGAs + default_settings = [] # Set MAC, IP, port for setting, value_if_undefined in [ -- GitLab