Skip to content

Commit a2eefa0

Browse files
committed
More noqa
1 parent 470f8b4 commit a2eefa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_extra/_delegation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def quantile(
303303
"""
304304
# We only support a subset of the methods supported by scipy.stats.quantile.
305305
# So we need to perform the validation here.
306-
methods = {
306+
methods = { # pylint: disable=duplicate-code
307307
"inverted_cdf",
308308
"averaged_inverted_cdf",
309309
"closest_observation",

0 commit comments

Comments
 (0)