From a0a198cc6c6b5d9d8978bc92cbfdab7e781a87fa Mon Sep 17 00:00:00 2001
From: stedif <stefano.difrischia@inaf.it>
Date: Thu, 22 Sep 2022 13:57:41 +0200
Subject: [PATCH] L2SS-920: fix linting

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

diff --git a/tangostationcontrol/tangostationcontrol/statistics/reader.py b/tangostationcontrol/tangostationcontrol/statistics/reader.py
index bdc5d84b8..efed9b52d 100644
--- a/tangostationcontrol/tangostationcontrol/statistics/reader.py
+++ b/tangostationcontrol/tangostationcontrol/statistics/reader.py
@@ -299,4 +299,4 @@ def main():
 
     # Get a list of all the statistics timestamps we have
     statistics = stat_parser.list_statistics()
-    logger.debug(f"These are all the statistics parsed: {statistics}")
\ No newline at end of file
+    logger.debug(f"These are all the statistics parsed: {statistics}")
-- 
GitLab