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):
|
||||
|
||||
Reference in New Issue
Block a user