We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1886892 commit e666327Copy full SHA for e666327
src/array_api_typing/_array.py
@@ -25,7 +25,7 @@
25
_array_docstrings = tomllib.load(f)["docstrings"]
26
27
NS_co = TypeVar("NS_co", covariant=True, default=ModuleType)
28
-Other_contra = TypeVar("Other_contra", contravariant=True)
+Other_contra = TypeVar("Other_contra", contravariant=True, default=Never)
29
R_co = TypeVar("R_co", covariant=True, default=Never)
30
31
0 commit comments