Make flake happy

This commit is contained in:
hroff-1902
2020-05-16 11:28:36 +03:00
parent 035a12ce61
commit f8b01f5a43
3 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ import warnings
from abc import ABC, abstractmethod
from datetime import datetime, timezone
from enum import Enum
from typing import Dict, List, NamedTuple, Optional, Tuple
from typing import Dict, NamedTuple, Optional, Tuple
import arrow
from pandas import DataFrame
@@ -20,6 +20,7 @@ from freqtrade.persistence import Trade
from freqtrade.strategy.strategy_wrapper import strategy_safe_wrapper
from freqtrade.wallets import Wallets
logger = logging.getLogger(__name__)