Rework internal graph interfaces

This commit is contained in:
DarkPhoenix
2019-05-17 14:48:42 +03:00
parent 0b00e28863
commit f1384074b5
6 changed files with 127 additions and 203 deletions

View File

@@ -1,13 +1,13 @@
# noinspection PyUnresolvedReferences
from gui.builtinGraphs import ( # noqa: E402,F401
fitDpsRange,
fitDpsTime,
fitDmgTime,
fitShieldRegenAmount,
fitShieldAmountTime,
fitCapRegenAmount,
# fitDpsRange,
# fitDpsTime,
# fitDmgTime,
# fitShieldRegenAmount,
# fitShieldAmountTime,
# fitCapRegenAmount,
fitCapAmountTime,
fitSpeedTime,
fitDistanceTime,
fitWarpTimeDistance
# fitSpeedTime,
# fitDistanceTime,
# fitWarpTimeDistance
)