Possible argument types

main
bashrc 2026-05-05 14:55:48 +01:00
parent db2be97f25
commit ae0534200d
1 changed files with 1 additions and 1 deletions

View File

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