Add typehint to binance dict
This commit is contained in:
parent
e0b634ba3b
commit
5c18346cd5
@ -9,7 +9,7 @@ logger = logging.getLogger(__name__)
|
|||||||
|
|
||||||
class Binance(Exchange):
|
class Binance(Exchange):
|
||||||
|
|
||||||
_ft_has = {
|
_ft_has: Dict = {
|
||||||
"stoploss_on_exchange": True,
|
"stoploss_on_exchange": True,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user