Skip to content

Commit 78a609b

Browse files
committed
Mute pylint warning
1 parent 2fea325 commit 78a609b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpnp/dpnp_iface_indexing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,7 @@ def mask_indices(
10611061

10621062

10631063
# pylint: disable=invalid-name
1064+
# pylint: disable=too-few-public-methods
10641065
class ndindex(numpy.ndindex):
10651066
"""
10661067
An N-dimensional iterator object to index arrays.

0 commit comments

Comments
 (0)