Fix imports that import directly from file

instead from the exporting package
This commit is contained in:
Matthias
2024-03-15 06:40:42 +01:00
parent 3037cef4d2
commit 4aff24f6df
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from unittest.mock import PropertyMock
import pytest
from freqtrade.data.converter.trade_converter_kraken import import_kraken_trades_from_csv
from freqtrade.data.history.idatahandler import get_datahandler
from freqtrade.data.history import get_datahandler
from freqtrade.enums import TradingMode
from freqtrade.exceptions import OperationalException
from tests.conftest import EXMS, log_has, log_has_re, patch_exchange