We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fad7e commit 24e7fa3Copy full SHA for 24e7fa3
dpnp/scipy/linalg/dpnp_iface_scipy_linalg.py
@@ -37,8 +37,6 @@
37
38
"""
39
40
-# pylint: disable=invalid-name
41
-# pylint: disable=no-member
42
43
import dpnp
44
from dpnp.linalg.dpnp_utils_linalg import assert_stacked_2d
dpnp/scipy/linalg/dpnp_utils_scipy_linalg.py
@@ -35,10 +35,10 @@
35
36
+
+# pylint: disable=duplicate-code
# pylint: disable=no-name-in-module
# pylint: disable=protected-access
-# pylint: disable=useless-import-alias
from warnings import warn
0 commit comments