Fix commit message. LOTS of fixes for flake8.
This commit is contained in:
@@ -42,5 +42,13 @@ class StatsView(object):
|
||||
raise NotImplementedError()
|
||||
|
||||
|
||||
from gui.builtinStatsViews import capacitorViewFull, firepowerViewFull, miningyieldViewFull, priceViewFull, rechargeViewFull, \
|
||||
resistancesViewFull, resourcesViewFull, targetingMiscViewFull
|
||||
from gui.builtinStatsViews import ( # noqa: E402, F401
|
||||
resourcesViewFull,
|
||||
resistancesViewFull,
|
||||
firepowerViewFull,
|
||||
miningyieldViewFull,
|
||||
capacitorViewFull,
|
||||
rechargeViewFull,
|
||||
targetingMiscViewFull,
|
||||
priceViewFull,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user