Skip to content

Commit

Permalink
MAINT: update comment with upstream issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley committed Jan 8, 2025
1 parent 5eaf84e commit 1708482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/array_api_extra/_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 1708482

Please sign in to comment.