From 8935b60d8976d84bf5bde594907f864992f9a9c3 Mon Sep 17 00:00:00 2001
From: stedif <stefano.difrischia@inaf.it>
Date: Fri, 3 Sep 2021 11:11:13 +0200
Subject: [PATCH] fix linting bug

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

diff --git a/devices/common/lofar_environment.py b/devices/common/lofar_environment.py
index ec36e6a2e..7c191e12b 100644
--- a/devices/common/lofar_environment.py
+++ b/devices/common/lofar_environment.py
@@ -3,4 +3,4 @@
 #
 
 def isProduction():
-    return False
\ No newline at end of file
+    return False
-- 
GitLab