diff --git a/tangostationcontrol/tangostationcontrol/test/devices/test_statistics_collector.py b/tangostationcontrol/tangostationcontrol/test/devices/test_statistics_collector.py index b2bde8e74c41fef08ecb7aff65e81fe1b6552d23..4ddeab05e63baa29c791a61ec428effa8e2f47a2 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