PY-4330 Group together messages for the new inspection in the bundle

GitOrigin-RevId: 97db4af96ce85133424f71d27d4afd42c5c000dd
This commit is contained in:
Mikhail Golubev
2025-05-08 17:01:37 +00:00
committed by intellij-monorepo-bot
parent a62ad4d3db
commit 5cabb0ae7d
2 changed files with 5 additions and 7 deletions
@@ -586,10 +586,6 @@ INSP.decorator.receives.unexpected.builtin=This decorator will not receive a cal
INSP.NAME.redeclaration=Redeclared names without usages
INSP.redeclared.name=Redeclared ''{0}'' defined above without usage
# PyUnresolvedReferencesInspection
INSP.try.except.import.error=''{0}'' in the try block with ''except ImportError'' should also be defined in the except block
INSP.unused.import.statement=Unused import statement <code>#ref</code>
# PyInterpreterInspection
INSP.NAME.invalid.interpreter=An invalid interpreter
INSP.interpreter.pipenv.interpreter.associated.with.another.project=Pipenv interpreter is associated with another project: ''{0}''
@@ -927,8 +923,10 @@ INSP.unresolved.refs.ignore.references.label=Ignored references:
unresolved.docstring.param.reference=Function ''{0}'' does not have a parameter ''{1}''
unresolved.import.reference=No module named ''{0}''
# PyUnusedImportInspection
# PyUnusedImportsInspection
INSP.NAME.unused.imports=Unused imports
INSP.unused.imports.try.except.import.error=''{0}'' in the try block with ''except ImportError'' should also be defined in the except block
INSP.unused.imports.unused.import.statement=Unused import statement <code>#ref</code>
# PyRedundantParenthesesInspection
INSP.NAME.redundant.parentheses=Redundant parentheses