Skip to content

Commit a142817

Browse files
committed
chore: remove no longer necessary TODO comments
1 parent a80f3ae commit a142817

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

freqtrade/configuration/config_validation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def _validate_price_config(conf: dict[str, Any]) -> None:
113113
"""
114114
When using market orders, price sides must be using the "other" side of the price
115115
"""
116-
# TODO: The below could be an enforced setting when using market orders
117116
if conf.get("order_types", {}).get("entry") == "market" and conf.get("entry_pricing", {}).get(
118117
"price_side"
119118
) not in ("ask", "other"):

freqtrade/plugins/pairlist/VolumePairList.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ def filter_pairlist(self, pairlist: list[str], tickers: dict) -> list[str]:
247247
* 1000
248248
)
249249

250-
# todo: utc date output for starting date
251250
self.log_once(
252251
f"Using volume range of {self._lookback_period} candles, timeframe: "
253252
f"{self._lookback_timeframe}, starting from {format_ms_time(since_ms)} "

0 commit comments

Comments
 (0)