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 b600230 commit a9a5234Copy full SHA for a9a5234
array_api_tests/stubs.py
@@ -42,6 +42,3 @@
42
objects = [getattr(mod, name) for name in mod.__all__]
43
assert all(isinstance(o, FunctionType) for o in objects)
44
extension_to_funcs[ext] = objects
45
-
46
47
-sys.path.remove(spec_abs_path)
0 commit comments