Skip to content

Commit 94c2a12

Browse files
authored
Update src/array_api_extra/_lib/_funcs.py
1 parent e1d8db4 commit 94c2a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_extra/_lib/_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ def setdiff1d(
666666
"""
667667
if xp is None:
668668
xp = array_namespace(x1, x2)
669-
# FIXME https://github.com/microsoft/pyright/issues/10103
669+
# https://github.com/microsoft/pyright/issues/10103
670670
x1_, x2_ = asarrays(x1, x2, xp=xp)
671671

672672
if assume_unique:

0 commit comments

Comments
 (0)