chore: remove pointless conditional (we can't hit this point)

This commit is contained in:
Matthias
2024-10-01 06:41:58 +02:00
parent cd63abba5b
commit 757ae65189

View File

@@ -1,5 +1,4 @@
import logging
import sys
import time
from pathlib import Path
from typing import Any, Dict
@@ -20,9 +19,6 @@ def start_strategy_update(args: Dict[str, Any]) -> None:
:return: None
"""
if sys.version_info == (3, 8): # pragma: no cover
sys.exit("Freqtrade strategy updater requires Python version >= 3.9")
config = setup_utils_configuration(args, RunMode.UTIL_NO_EXCHANGE)
strategy_objs = StrategyResolver.search_all_objects(