mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
chore: ruff format updates
This commit is contained in:
@@ -3004,8 +3004,7 @@ class Exchange:
|
||||
trades.extend(t[x])
|
||||
if from_id == from_id_next or t[-1][0] > until:
|
||||
logger.debug(
|
||||
f"Stopping because from_id did not change. "
|
||||
f"Reached {t[-1][0]} > {until}"
|
||||
f"Stopping because from_id did not change. Reached {t[-1][0]} > {until}"
|
||||
)
|
||||
# Reached the end of the defined-download period - add last trade as well.
|
||||
if has_overlap:
|
||||
|
||||
Reference in New Issue
Block a user