mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
Fix 2 for passing CI
This commit is contained in:
@@ -103,7 +103,7 @@ def text_table_tags(
|
||||
*(
|
||||
(
|
||||
list(t["key"])
|
||||
if isinstance(t["key"], (list, tuple))
|
||||
if isinstance(t["key"], list | tuple)
|
||||
else [t["key"], ""]
|
||||
if is_list
|
||||
else [t["key"]]
|
||||
|
||||
Reference in New Issue
Block a user