mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
chore: remove typing imports
These shouldn't be star imported, but should be explicitly imported.
This commit is contained in:
parent
6c131b5648
commit
d6f96b2c53
|
@ -1,5 +1,4 @@
|
||||||
# flake8: noqa: F401
|
# flake8: noqa: F401
|
||||||
from typing import Dict, List, Optional, Union
|
|
||||||
|
|
||||||
from freqtrade.exchange import (
|
from freqtrade.exchange import (
|
||||||
timeframe_to_minutes,
|
timeframe_to_minutes,
|
||||||
|
@ -45,9 +44,4 @@ __all__ = [
|
||||||
"merge_informative_pair",
|
"merge_informative_pair",
|
||||||
"stoploss_from_absolute",
|
"stoploss_from_absolute",
|
||||||
"stoploss_from_open",
|
"stoploss_from_open",
|
||||||
# Typings
|
|
||||||
"List",
|
|
||||||
"Optional",
|
|
||||||
"Union",
|
|
||||||
"Dict",
|
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user