diff --git a/masque/library.py b/masque/library.py index 947f6b9..f9469e4 100644 --- a/masque/library.py +++ b/masque/library.py @@ -50,7 +50,7 @@ class visitor_function_t(Protocol): hierarchy: tuple[str | None, ...], memo: dict, transform: NDArray[numpy.float64] | Literal[False], - ) -> Pattern: + ) -> 'Pattern': ...