Reinstated the typehint for the Expansion
This commit is contained in:
@ -46,7 +46,7 @@ class Expansion:
|
|||||||
onError:
|
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
|
Initialise the creation of an expansion and raise an error if not
|
||||||
available.
|
available.
|
||||||
|
|||||||
Reference in New Issue
Block a user