We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884b610 commit 2182b4fCopy full SHA for 2182b4f
array_api_compat/dask/array/fft.py
@@ -1,7 +1,7 @@
1
from dask.array.fft import * # noqa: F403
2
-# cupy.fft doesn't have __all__. If it is added, replace this with
+# dask.array.fft doesn't have __all__. If it is added, replace this with
3
#
4
-# from cupy.fft import __all__ as linalg_all
+# from dask.array.fft import __all__ as linalg_all
5
_n = {}
6
exec('from dask.array.fft import *', _n)
7
del _n['__builtins__']
0 commit comments