clean etherlab: pylint, W0105 # (pointless-string-statement) String statement has no effect
--- 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):