mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
removed wrong comment: tuple is not created here
This commit is contained in:
parent
2aba9c081c
commit
c1ef6940b0
|
@ -159,7 +159,6 @@ class Exchange(object):
|
|||
return self._api.id
|
||||
|
||||
def klines(self, pair_interval: Tuple[str, str], copy=True) -> DataFrame:
|
||||
# create key tuple
|
||||
if pair_interval in self._klines:
|
||||
return self._klines[pair_interval].copy() if copy else self._klines[pair_interval]
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user