Slap shit together and commit

This commit is contained in:
DarkPhoenix
2019-06-21 09:10:55 +03:00
parent 28db388fa0
commit 4cf07c4b76
3 changed files with 39 additions and 32 deletions

View File

@@ -1,11 +1,11 @@
# noinspection PyUnresolvedReferences
from gui.builtinGraphs import ( # noqa: E402,F401
fitDpsVsRange,
fitDmgVsTime,
fitShieldRegenVsShieldPerc,
fitShieldAmountVsTime,
fitCapRegenVsCapPerc,
fitCapAmountVsTime,
fitMobilityVsTime,
fitWarpTimeVsDistance
fitDamageStats,
# fitDmgVsTime,
# fitShieldRegenVsShieldPerc,
# fitShieldAmountVsTime,
# fitCapRegenVsCapPerc,
# fitCapAmountVsTime,
# fitMobilityVsTime,
# fitWarpTimeVsDistance
)