bybit: Some final cleanup

This commit is contained in:
Matthias
2023-01-24 20:12:50 +01:00
parent 25fa6bee74
commit c12fb1a49c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
""" Bybit exchange subclass """
import logging
from datetime import datetime
from typing import Any, Dict, List, Optional, Tuple, Union
from typing import Any, Dict, List, Optional, Tuple
from freqtrade.constants import BuySell
from freqtrade.enums import MarginMode, TradingMode