cleanup etherlab: pep8, E306 expected 1 blank line before a nested definition, found X
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Sat, 29 Sep 2018 12:48:28 +0300
changeset 2371 f1f10ceb9341
parent 2370 e40f3914e55f
child 2372 51f3acc89a58
cleanup etherlab: pep8, E306 expected 1 blank line before a nested definition, found X
etherlab/ConfigEditor.py
--- a/etherlab/ConfigEditor.py	Fri Sep 28 19:30:16 2018 +0300
+++ b/etherlab/ConfigEditor.py	Sat Sep 29 12:48:28 2018 +0300
@@ -777,6 +777,7 @@
         setattr(self.ProcessVariablesGrid, "_MoveRow", _MoveVariablesElement)
 
         _refresh_buttons = getattr(self.ProcessVariablesGrid, "RefreshButtons")
+
         def _RefreshButtons():
             if self.NodesFilter.GetSelection() == 0:
                 _refresh_buttons()