Small stylistic fixes

This commit is contained in:
Matthias 2021-05-01 17:44:43 +02:00
parent 0b280a59bc
commit bdd0184f0b

View File

@ -1,4 +1,3 @@
""" hitbtx exchange subclass """
import logging import logging
from typing import Dict from typing import Dict
@ -21,6 +20,5 @@ class Hitbtc(Exchange):
# fetchCurrencies API point requires authentication for Hitbtc, # fetchCurrencies API point requires authentication for Hitbtc,
_ft_has: Dict = { _ft_has: Dict = {
"ohlcv_candle_limit": 1000, "ohlcv_candle_limit": 1000,
"ohlcv_params": {"sort": "DESC"} "ohlcv_params": {"sort": "DESC"}
} }