mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-29 02:10:24 +00:00
chore: fix odd comment formatting
This commit is contained in:
@@ -54,7 +54,7 @@ class StrategyResolver(IResolver):
|
|||||||
strategy.ft_load_params_from_file()
|
strategy.ft_load_params_from_file()
|
||||||
# Set attributes
|
# Set attributes
|
||||||
# Check if we need to override configuration
|
# Check if we need to override configuration
|
||||||
# (Attribute name, default, subkey)
|
# (Attribute name, default, subkey)
|
||||||
attributes = [
|
attributes = [
|
||||||
("minimal_roi", {"0": 10.0}),
|
("minimal_roi", {"0": 10.0}),
|
||||||
("timeframe", None),
|
("timeframe", None),
|
||||||
|
|||||||
Reference in New Issue
Block a user