Fix commit message. LOTS of fixes for flake8.

This commit is contained in:
Ebag333
2017-02-08 14:22:56 -08:00
parent e18deb5eeb
commit e5fb90f017
18 changed files with 68 additions and 38 deletions

View File

@@ -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,
)