From a856556013b6e3c9f01789cc75b6abd4db8d9644 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Mon, 21 Mar 2022 15:13:45 +0100 Subject: [PATCH] L2SS-676: Remove unused import --- .../test/devices/test_statistics_collector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tangostationcontrol/tangostationcontrol/test/devices/test_statistics_collector.py b/tangostationcontrol/tangostationcontrol/test/devices/test_statistics_collector.py index b2bde8e74..4ddeab05e 100644 --- a/tangostationcontrol/tangostationcontrol/test/devices/test_statistics_collector.py +++ b/tangostationcontrol/tangostationcontrol/test/devices/test_statistics_collector.py @@ -1,5 +1,5 @@ from tangostationcontrol.devices.sdp.statistics_collector import XSTCollector -from tangostationcontrol.devices.sdp.packet import XSTPacket, BeamletPacket +from tangostationcontrol.devices.sdp.packet import XSTPacket from tangostationcontrol.test import base -- GitLab