Remove since/until superfluous arguments

This commit is contained in:
Joe Schr 2024-02-11 13:04:39 +01:00
parent d23079f837
commit e8c911e7b4

View File

@ -333,9 +333,7 @@ def _download_trades_history(exchange: Exchange,
pair: str, *,
new_pairs_days: int = 30,
timerange: Optional[TimeRange] = None,
data_handler: IDataHandler,
since: Optional[int] = None,
until: Optional[int] = None
data_handler: IDataHandler
) -> bool:
"""
Download trade history from the exchange.