We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072d45b commit 239ee79Copy full SHA for 239ee79
array_api_compat/dask/array/linalg.py
@@ -25,6 +25,8 @@
25
_n = {}
26
exec('from dask.array.linalg import *', _n)
27
del _n['__builtins__']
28
+if 'annotations' in _n:
29
+ del _n['annotations']
30
linalg_all = list(_n)
31
del _n
32
0 commit comments