# HG changeset patch # User Andrey Skvortsov # Date 1538224522 -10800 # Node ID d00f1430d57a3fc8fb677e33a052015e43507c94 # Parent f2a53fa6e5d74ade46ad18c61d021462260da1ea clean etherlab: pep8, W503 line break before binary operator diff -r f2a53fa6e5d7 -r d00f1430d57a etherlab/EtherCATManagementEditor.py --- a/etherlab/EtherCATManagementEditor.py Sat Sep 29 15:33:41 2018 +0300 +++ b/etherlab/EtherCATManagementEditor.py Sat Sep 29 15:35:22 2018 +0300 @@ -1201,11 +1201,11 @@ wx.Panel.__init__(self, parent, -1, size=(350, 500)) self.Tree = wx.gizmos.TreeListCtrl(self, -1, size=(350, 500), - style=(wx.TR_DEFAULT_STYLE - | wx.TR_FULL_ROW_HIGHLIGHT - | wx.TR_HIDE_ROOT - | wx.TR_COLUMN_LINES - | wx.TR_ROW_LINES)) + style=(wx.TR_DEFAULT_STYLE | + wx.TR_FULL_ROW_HIGHLIGHT | + wx.TR_HIDE_ROOT | + wx.TR_COLUMN_LINES | + wx.TR_ROW_LINES)) self.Tree.AddColumn("Description", width=200) self.Tree.AddColumn("Value", width=140)