# HG changeset patch
# User Andrey Skvortsov <andrej.skvortzov@gmail.com>
# Date 1538228002 -10800
# Node ID bbc3d3d93562e502a1538b1559e24e82d19bafb0
# Parent  fddc29dee614db18b216a29c5f9a95de11a6b0af
clean etherlab: pylint, W0105          # (pointless-string-statement) String statement has no effect

diff -r fddc29dee614 -r bbc3d3d93562 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):