tox fixes

This commit is contained in:
blitzmann
2018-10-11 21:08:26 -04:00
parent 723ef5c48d
commit bc5a43bfb3
4 changed files with 7 additions and 8 deletions

View File

@@ -558,6 +558,7 @@ class Fit(FitDeprecated):
drone.amountActive = 0
changed = True
return changed
# If any state was changed, recalculate attributes again
# if changed:
# self.recalc(fit)

View File

@@ -1,5 +1,4 @@
import json
import json
from math import log
from logbook import Logger