mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-12 19:23:55 +00:00
Eliminate unnecessary TYPE_CHECKING
This commit is contained in:
parent
e6dedee56f
commit
0fe772efa8
|
@ -1,19 +1,13 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import csv
|
||||
import logging
|
||||
import sys
|
||||
import typing
|
||||
from typing import Any, Dict, List, Union
|
||||
|
||||
import rapidjson
|
||||
|
||||
from freqtrade.enums import RunMode
|
||||
from freqtrade.exceptions import ConfigurationError, OperationalException
|
||||
|
||||
|
||||
if typing.TYPE_CHECKING:
|
||||
from freqtrade.ft_types import ValidExchangesType
|
||||
from freqtrade.ft_types import ValidExchangesType
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
|
Loading…
Reference in New Issue
Block a user