flake8 import issues

This commit is contained in:
Sam Germain
2022-02-26 07:14:29 -06:00
parent af77358d6a
commit fbcd260bf6
2 changed files with 1 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
""" Gate.io exchange subclass """
import logging
from typing import Dict, List, Optional, Tuple
from typing import Dict, List, Tuple
from freqtrade.enums import MarginMode, TradingMode
from freqtrade.exceptions import OperationalException