mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 07:20:17 +02:00
[FIX] Stop Python 3.8 tests from failing (hopefully)
This commit is contained in:
parent
76ae9b8849
commit
9ae6addc71
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user