Pattern should be a forward reference
This commit is contained in:
parent
7353617878
commit
aefd79fb5d
@ -50,7 +50,7 @@ class visitor_function_t(Protocol):
|
|||||||
hierarchy: tuple[str | None, ...],
|
hierarchy: tuple[str | None, ...],
|
||||||
memo: dict,
|
memo: dict,
|
||||||
transform: NDArray[numpy.float64] | Literal[False],
|
transform: NDArray[numpy.float64] | Literal[False],
|
||||||
) -> Pattern:
|
) -> 'Pattern':
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user