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 bc6cbac commit fe4fc26
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,15 @@
<description>
<data-type-list>
<data-type option="never none">
collections.abc.Callable[[int,
collections.abc.Callable[
[
int
,
<class-ref>
ClassA
], None]
],
None
]
<data>
<name>
data_parentheses_pair
Expand Down

0 comments on commit fe4fc26

Please sign in to comment.