We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a8e7f commit a240b06Copy full SHA for a240b06
1 file changed
vendor_tests/test_vendor.py
@@ -9,7 +9,7 @@
9
10
11
def test_vendor_compat():
12
- from ._array_api_compat_vendor import (
+ from ._array_api_compat_vendor import ( # type: ignore[attr-defined]
13
array_namespace,
14
device,
15
is_array_api_obj,
0 commit comments