Skip to content

Commit 01c603d

Browse files
committed
🐴 work around a mypy crash
1 parent 2b68d40 commit 01c603d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_numtype/_rank.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class BaseRank(tuple[*_Ts], Generic[*_Ts]):
102102

103103
@final
104104
@type_check_only
105-
class Rank0(BaseRank[*tuple[()]]):
105+
class Rank0(BaseRank[()]):
106106
@override
107107
def __broadcast__(self, from_: Shape0 | _HasOwnShape[Shape, Any], to: Shape, /) -> Self: ...
108108

0 commit comments

Comments
 (0)