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 639dd58 commit 4957dd9Copy full SHA for 4957dd9
pylint_ml/checkers/scipy/import_scipy.py
@@ -17,7 +17,7 @@ class ScipyImportChecker(BaseChecker):
17
msgs = {
18
"W8401": (
19
"Direct or aliased Scipy import detected",
20
- "scipy-direct-aliased-import",
+ "scipy-import",
21
"Using `import scipy` or `import scipy as ...` is not recommended. For better clarity and consistency, "
22
"it is advisable to import specific submodules directly, using the `from scipy import ...` syntax. "
23
"This approach prevents confusion and aligns with common practices by explicitly stating which "
0 commit comments