Fix odd formatting by ruff format

This commit is contained in:
Matthias
2024-05-12 17:51:21 +02:00
parent 876a8f9e3e
commit a9732c6195
35 changed files with 210 additions and 192 deletions

View File

@@ -369,7 +369,7 @@ AVAILABLE_CLI_OPTIONS = {
"list_pairs_all": Arg(
"-a",
"--all",
help="Print all pairs or market symbols. By default only active " "ones are shown.",
help="Print all pairs or market symbols. By default only active ones are shown.",
action="store_true",
),
"print_list": Arg(
@@ -490,7 +490,7 @@ AVAILABLE_CLI_OPTIONS = {
"timeframes": Arg(
"-t",
"--timeframes",
help="Specify which tickers to download. Space-separated list. " "Default: `1m 5m`.",
help="Specify which tickers to download. Space-separated list. Default: `1m 5m`.",
nargs="+",
),
"prepend_data": Arg(