Removed typehint

This commit is contained in:
2025-07-04 20:17:36 -04:00
parent 6117d8c2ed
commit 8abb0acf59

View File

@ -46,7 +46,7 @@ class Expansion:
onError: onError:
""" """
def __init__(self, ID: str, expansionsManager: ExpansionsManager): def __init__(self, ID: str, expansionsManager):
""" """
Initialise the creation of an expansion and raise an error if not Initialise the creation of an expansion and raise an error if not
available. available.