Skip to content

Commit 37acd5b

Browse files
committed
yet more noqa
1 parent a2eefa0 commit 37acd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_extra/_lib/_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ def quantile(
10511051

10521052
n = xp.asarray(y.shape[-1], dtype=dtype, device=_compat.device(y))
10531053

1054-
if method in {
1054+
if method in { # pylint: disable=duplicate-code
10551055
"inverted_cdf",
10561056
"averaged_inverted_cdf",
10571057
"closest_observation",

0 commit comments

Comments
 (0)