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

@@ -5,7 +5,7 @@ including ticker and orderbook data, live and historical candle (OHLCV) data
Common Interface for bot and strategy to access data.
"""
import logging
from typing import Any, Dict, List, Optional, Tuple
from typing import Any, Dict, List, Optional
from pandas import DataFrame