Reinstated the typehint for the Expansion

This commit is contained in:
2025-07-08 09:38:54 -04:00
parent 8abb0acf59
commit b46d221173

View File

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