[FIX] Stop Python 3.8 tests from failing (hopefully)

This commit is contained in:
Peter Pfeufer 2024-01-24 21:11:04 +01:00
parent 76ae9b8849
commit 9ae6addc71
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -10,7 +10,7 @@ from allianceauth.authentication.models import CharacterOwnership
from allianceauth.eveonline.models import EveCharacter from allianceauth.eveonline.models import EveCharacter
def get_all_characters_from_user(user: User) -> list[EveCharacter]: def get_all_characters_from_user(user: User) -> list:
""" """
Get all characters from a user or an empty list Get all characters from a user or an empty list
when no characters are found for the user or the user is None when no characters are found for the user or the user is None