Fix a couple pep8 issues, and clean up other folks pep8 misses. :)
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
# ===============================================================================
|
||||
|
||||
import time
|
||||
import math
|
||||
from copy import deepcopy
|
||||
from itertools import chain
|
||||
from math import sqrt, log, asinh
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
# noinspection PyPackageRequirements
|
||||
import wx
|
||||
import thread
|
||||
import logging
|
||||
import threading
|
||||
import copy
|
||||
|
||||
@@ -55,6 +55,7 @@ else {{
|
||||
</html>
|
||||
'''
|
||||
|
||||
|
||||
# https://github.com/fuzzysteve/CREST-Market-Downloader/
|
||||
class AuthHandler(BaseHTTPServer.BaseHTTPRequestHandler):
|
||||
def do_GET(self):
|
||||
|
||||
Reference in New Issue
Block a user