PEP-8 and PyLint
authorEdouard Tisserant
Thu, 19 Apr 2018 15:17:05 +0200
changeset 1999 36a624779f9f
parent 1998 12b20698e4f3
child 2000 9fa2f8ede5d6
PEP-8 and PyLint
Beremiz_service.py
--- a/Beremiz_service.py	Thu Apr 19 15:03:23 2018 +0200
+++ b/Beremiz_service.py	Thu Apr 19 15:17:05 2018 +0200
@@ -482,6 +482,7 @@
                 self.plcobj.StartPLC()
         self.plcobj.StatusChange()
 
+
 if enabletwisted:
     import warnings
     with warnings.catch_warnings():