Merge branch 'develop' into feat/short

This commit is contained in:
Matthias
2022-03-25 08:36:03 +01:00
9 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ from pathlib import Path
import pandas as pd
import pytest
from freqtrade.enums import RunMode, ExitType
from freqtrade.enums import ExitType, RunMode
from freqtrade.optimize.hyperopt import Hyperopt
from tests.conftest import patch_exchange