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

@@ -18,7 +18,6 @@
# ===============================================================================
import time
import math
from copy import deepcopy
from itertools import chain
from math import sqrt, log, asinh

View File

@@ -723,7 +723,7 @@ class Module(HandledItem, HandledCharge, ItemAttrShortcut, ChargeAttrShortcut):
@property
def disallowRepeatingAction(self):
return self.getModifiedItemAttr("disallowRepeatingAction", 0)
return self.getModifiedItemAttr("disallowRepeatingAction", 0)
@property
def reactivationDelay(self):

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)

View File

@@ -1,6 +1,5 @@
# noinspection PyPackageRequirements
import wx
import thread
import logging
import threading
import copy

View File

@@ -55,6 +55,7 @@ else {{
</html>
'''
# https://github.com/fuzzysteve/CREST-Market-Downloader/
class AuthHandler(BaseHTTPServer.BaseHTTPRequestHandler):
def do_GET(self):