From 56cab677995d66f00faf54004aaa7eea0421542e Mon Sep 17 00:00:00 2001
From: thijs snijder <snijder@astron.nl>
Date: Fri, 16 Sep 2022 10:36:17 +0200
Subject: [PATCH] removed unused import

---
 .../tangostationcontrol/statistics/writer/hdf5.py               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tangostationcontrol/tangostationcontrol/statistics/writer/hdf5.py b/tangostationcontrol/tangostationcontrol/statistics/writer/hdf5.py
index 4a3d11adc..382abfd5a 100644
--- a/tangostationcontrol/tangostationcontrol/statistics/writer/hdf5.py
+++ b/tangostationcontrol/tangostationcontrol/statistics/writer/hdf5.py
@@ -24,7 +24,7 @@ from lofar_station_client.statistics.packet import BSTPacket
 from lofar_station_client.statistics.packet import SSTPacket
 from lofar_station_client.statistics.packet import XSTPacket
 
-from tango import DeviceProxy, exception
+from tango import DeviceProxy
 
 logger = logging.getLogger("statistics_writer")
 
-- 
GitLab