Fix a couple pep8 issues, and clean up other folks pep8 misses. :)

This commit is contained in:
Ebag333
2017-02-24 16:34:32 -08:00
parent 43073069c7
commit 3411eca1e7
6 changed files with 2 additions and 7 deletions

View File

@@ -44,8 +44,6 @@ class OutgoingViewFull(StatsView):
parent = self.panel = contentPanel
self.headerPanel = headerPanel
panel = "full"
sizerOutgoing = wx.GridSizer(1, 4)
contentSizer.Add(sizerOutgoing, 0, wx.EXPAND, 0)

View File

@@ -44,8 +44,6 @@ class OutgoingViewFull(StatsView):
parent = self.panel = contentPanel
self.headerPanel = headerPanel
panel = "full"
sizerOutgoing = wx.GridSizer(1, 4)
contentSizer.Add(sizerOutgoing, 0, wx.EXPAND, 0)