Skip to content

Commit 1708482

Browse files
committed
MAINT: update comment with upstream issue
1 parent 5eaf84e commit 1708482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_extra/_funcs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ def pad(
605605
if xp is None:
606606
xp = array_namespace(x)
607607

608-
# https://github.com/data-apis/array-api-extra/pull/82#discussion_r1905688819
608+
# https://github.com/python/typeshed/issues/13376
609609
slices: list[slice] = [] # type: ignore[no-any-explicit]
610610
newshape: list[int] = []
611611
for ax, w_tpl in enumerate(pad_width):

0 commit comments

Comments
 (0)