Small stylistic fixes
This commit is contained in:
parent
0b280a59bc
commit
bdd0184f0b
@ -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"}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user