Skip to content

Commit

Permalink
Fix: Failed to refine 'Sequence[...]' and 'Callable[...]'
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Dec 28, 2024
1 parent 9f0bb56 commit 89b0e41
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@
<description>
<data-type-list>
<data-type>
Callable[[int, :class:`ClassA`], None]
Callable[[int,
<class-ref>
ClassA
], None]
<data>
<name>
data_parentheses_pair
Expand Down

0 comments on commit 89b0e41

Please sign in to comment.