Add typehint to binance dict

This commit is contained in:
Matthias 2019-02-24 20:01:20 +01:00
parent e0b634ba3b
commit 5c18346cd5

View File

@ -9,7 +9,7 @@ logger = logging.getLogger(__name__)
class Binance(Exchange):
_ft_has = {
_ft_has: Dict = {
"stoploss_on_exchange": True,
}