Skip to content

Commit 924fc3d

Browse files
committed
fix merge
1 parent 7c5408c commit 924fc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_compat/cupy/_aliases.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def asarray(
7171
*,
7272
dtype: DType | None = None,
7373
device: Device | None = None,
74-
copy: py_bool | None = _copy_default,
74+
copy: py_bool | None = None,
7575
**kwargs: object,
7676
) -> Array:
7777
"""

0 commit comments

Comments
 (0)