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.
Any
1 parent eca1190 commit a58d879Copy full SHA for a58d879
1 file changed
src/_numtype/op.pyi
@@ -40,7 +40,7 @@ __all__ = [ # noqa: RUF022
40
41
###
42
43
-_T_contra = TypeVar("_T_contra", contravariant=True, default=object)
+_T_contra = TypeVar("_T_contra", contravariant=True, default=Any)
44
_T_co = TypeVar("_T_co", covariant=True, default=Any)
45
46
0 commit comments