Skip to content

Commit 2182b4f

Browse files
committed
update comment
1 parent 884b610 commit 2182b4f

File tree

1 file changed

+2
-2
lines changed
  • array_api_compat/dask/array

1 file changed

+2
-2
lines changed

array_api_compat/dask/array/fft.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from dask.array.fft import * # noqa: F403
2-
# cupy.fft doesn't have __all__. If it is added, replace this with
2+
# dask.array.fft doesn't have __all__. If it is added, replace this with
33
#
4-
# from cupy.fft import __all__ as linalg_all
4+
# from dask.array.fft import __all__ as linalg_all
55
_n = {}
66
exec('from dask.array.fft import *', _n)
77
del _n['__builtins__']

0 commit comments

Comments
 (0)