Update remaining files with new import sorting

This commit is contained in:
Matthias
2024-05-12 15:18:32 +02:00
parent 7767ad9d6e
commit a8eabd0b2e
46 changed files with 594 additions and 220 deletions

View File

@@ -12,7 +12,8 @@ from freqtrade.optimize.hyperopt_tools import HyperoptStateContainer
with suppress(ImportError):
from skopt.space import Integer, Real, Categorical
from skopt.space import Categorical, Integer, Real
from freqtrade.optimize.space import SKDecimal
from freqtrade.exceptions import OperationalException