Fix warp graph

This commit is contained in:
DarkPhoenix
2019-05-19 04:07:40 +03:00
parent ec1a2c66ee
commit 16fdd5a5e6
5 changed files with 65 additions and 109 deletions

View File

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