clean etherlab: pylint, W0105 # (pointless-string-statement) String statement has no effect
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Sat, 29 Sep 2018 16:33:22 +0300
changeset 2394 bbc3d3d93562
parent 2393 fddc29dee614
child 2395 d47666f33923
clean etherlab: pylint, W0105 # (pointless-string-statement) String statement has no effect
etherlab/EthercatMaster.py
--- a/etherlab/EthercatMaster.py	Sat Sep 29 16:31:54 2018 +0300
+++ b/etherlab/EthercatMaster.py	Sat Sep 29 16:33:22 2018 +0300
@@ -786,10 +786,8 @@
 #                      Current Buffering Management Functions
 # -------------------------------------------------------------------------------
 
-    """
-    Return a copy of the config
-    """
     def Copy(self, model):
+        """Return a copy of the config"""
         return deepcopy(model)
 
     def CreateBuffer(self, saved):