Pattern should be a forward reference
This commit is contained in:
parent
7353617878
commit
aefd79fb5d
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ class visitor_function_t(Protocol):
|
|||
hierarchy: tuple[str | None, ...],
|
||||
memo: dict,
|
||||
transform: NDArray[numpy.float64] | Literal[False],
|
||||
) -> Pattern:
|
||||
) -> 'Pattern':
|
||||
...
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue