From e1339c4d014a3e00861babbb899a0f45001090de Mon Sep 17 00:00:00 2001
From: stedif <stefano.difrischia@inaf.it>
Date: Fri, 17 Sep 2021 15:04:51 +0200
Subject: [PATCH] fix linting

---
 devices/devices/pcc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devices/devices/pcc.py b/devices/devices/pcc.py
index eac4046f9..73b105abc 100644
--- a/devices/devices/pcc.py
+++ b/devices/devices/pcc.py
@@ -134,7 +134,7 @@ class PCC(hardware_device):
             self.opcua_connection.stop()
         except Exception as e:
             self.warn_stream("Exception while stopping OPC ua connection in configure_for_off function: {}. Exception ignored".format(e))
-    
+
     @log_exceptions()
     def configure_for_initialise(self):
         """ user code here. is called when the state is set to INIT """
-- 
GitLab