We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eaf84e commit 1708482Copy full SHA for 1708482
src/array_api_extra/_funcs.py
@@ -605,7 +605,7 @@ def pad(
605
if xp is None:
606
xp = array_namespace(x)
607
608
- # https://github.com/data-apis/array-api-extra/pull/82#discussion_r1905688819
+ # https://github.com/python/typeshed/issues/13376
609
slices: list[slice] = [] # type: ignore[no-any-explicit]
610
newshape: list[int] = []
611
for ax, w_tpl in enumerate(pad_width):
0 commit comments