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.
bound=object
1 parent 26cecd7 commit f6473eeCopy full SHA for f6473ee
‎src/array_api_typing/_namespace.py‎
@@ -4,7 +4,7 @@
4
from typing import Protocol
5
from typing_extensions import TypeVar
6
7
-T_co = TypeVar("T_co", covariant=True, bound=object, default=ModuleType)
+T_co = TypeVar("T_co", covariant=True, default=ModuleType)
8
9
10
class HasArrayNamespace(Protocol[T_co]):
0 commit comments