We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345554d commit 68fd0d7Copy full SHA for 68fd0d7
tests/test_no_dependencies.py
@@ -17,7 +17,7 @@ class Array:
17
# Dummy array namespace that doesn't depend on any array library
18
def __array_namespace__(self, api_version=None):
19
class Namespace:
20
- pass
+ __name__: str = "foobar"
21
return Namespace()
22
23
def _test_dependency(mod):
0 commit comments