Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 committed Oct 15, 2024
1 parent 884b610 commit 2182b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions array_api_compat/dask/array/fft.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from dask.array.fft import * # noqa: F403
# 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
#
# from cupy.fft import __all__ as linalg_all
# from dask.array.fft import __all__ as linalg_all
_n = {}
exec('from dask.array.fft import *', _n)
del _n['__builtins__']
Expand Down

0 comments on commit 2182b4f

Please sign in to comment.