Skip to content

Commit 0cf1f6d

Browse files
committed
Fix 2 for passing CI
1 parent 502d50c commit 0cf1f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freqtrade/optimize/optimize_reports/bt_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def text_table_tags(
103103
*(
104104
(
105105
list(t["key"])
106-
if isinstance(t["key"], (list, tuple))
106+
if isinstance(t["key"], list | tuple)
107107
else [t["key"], ""]
108108
if is_list
109109
else [t["key"]]

0 commit comments

Comments
 (0)