isort imports

This commit is contained in:
Leif Segen 2020-11-28 01:59:30 -06:00
parent f448564073
commit 37d2e476df
1 changed files with 1 additions and 1 deletions

View File

@ -7,9 +7,9 @@ from typing import Any, Dict, List
import pandas as pd
from freqtrade.pairlist.IPairList import IPairList
from freqtrade.persistence import Trade
logger = logging.getLogger(__name__)