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):