From ae0534200dbd8de8476cd1e29c75621b5012a3c5 Mon Sep 17 00:00:00 2001 From: bashrc Date: Tue, 5 May 2026 14:55:48 +0100 Subject: [PATCH] Possible argument types --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index 7d8b1e68f..617865aa0 100644 --- a/utils.py +++ b/utils.py @@ -120,7 +120,7 @@ def get_person_icon(person_json: {}) -> str: return '' -def get_attributed_to(field) -> str: +def get_attributed_to(field: str | list) -> str: """Returns the actor """ if isinstance(field, str):