Update imports for SellType in tests

This commit is contained in:
Matthias
2021-06-08 21:06:47 +02:00
parent d16a619489
commit 89b9915c12
14 changed files with 17 additions and 14 deletions

View File

@@ -4,9 +4,9 @@ from datetime import datetime, timedelta
import pytest
from freqtrade import constants
from freqtrade.enums import SellType
from freqtrade.persistence import PairLocks, Trade
from freqtrade.plugins.protectionmanager import ProtectionManager
from freqtrade.strategy.interface import SellType
from tests.conftest import get_patched_freqtradebot, log_has_re