Open
Description
Since upgrading to 2.1.2 I'm getting a typing error when adding a module as collection.
The error originates from this line:
Line 287 in b2da4d9
It can be fixed by using
def add_collection(
self,
coll: Union["Collection", ModuleType], # <-- fix
name: Optional[str] = None,
default: Optional[bool] = None,
) -> None:
Metadata
Metadata
Assignees
Labels
No labels