Skip to content

Commit 64b474b

Browse files
committed
Merge remote-tracking branch 'origin/annotate_arrays' into annotate_arrays
2 parents ee48ad6 + 94c2a12 commit 64b474b

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)