Skip to content

Commit 0ee8b85

Browse files
committed
Mute false-positive pylint warnings
1 parent d619abe commit 0ee8b85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dpnp/special/_erf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@
3838

3939
# pylint: disable=protected-access
4040

41+
# pylint: disable=no-name-in-module
4142
import dpnp.backend.extensions.ufunc._ufunc_impl as ufi
4243
from dpnp.dpnp_algo.dpnp_elementwise_common import DPNPUnaryFunc
4344

4445
__all__ = ["erf"]
4546

4647

48+
# pylint: disable=too-few-public-methods
4749
class DPNPErf(DPNPUnaryFunc):
4850
"""Class that implements a family of erf functions."""
4951

0 commit comments

Comments
 (0)