Fix for passing CI

This commit is contained in:
mrpabloyeah
2025-04-24 14:44:33 +02:00
parent ed8b8fbf61
commit 502d50c988

View File

@@ -102,7 +102,9 @@ def text_table_tags(
[
*(
(
list(t["key"]) if isinstance(t["key"], (list, tuple)) else [t["key"], ""]
list(t["key"])
if isinstance(t["key"], (list, tuple))
else [t["key"], ""]
if is_list
else [t["key"]]
)