Skip to content

Commit 1ccdac4

Browse files
committed
noqa
1 parent 007a61f commit 1ccdac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_extra/_lib/_quantile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ def _quantile_hf(
147147
res = (1 - g) * xp.take_along_axis(y, j, axis=-1) + g * xp.take_along_axis(
148148
y, jp1, axis=-1
149149
)
150-
return res
150+
return res # noqa: RET504

0 commit comments

Comments
 (0)