Fix 2 for passing CI

This commit is contained in:
mrpabloyeah
2025-04-24 14:53:25 +02:00
parent 502d50c988
commit 0cf1f6dc88

View File

@@ -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"]]