diff --git a/src/array_api_extra/_funcs.py b/src/array_api_extra/_funcs.py index 0d8bb16..5efbe31 100644 --- a/src/array_api_extra/_funcs.py +++ b/src/array_api_extra/_funcs.py @@ -605,7 +605,7 @@ def pad( if xp is None: xp = array_namespace(x) - # https://github.com/data-apis/array-api-extra/pull/82#discussion_r1905688819 + # https://github.com/python/typeshed/issues/13376 slices: list[slice] = [] # type: ignore[no-any-explicit] newshape: list[int] = [] for ax, w_tpl in enumerate(pad_width):