We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c61da commit 1dac582Copy full SHA for 1dac582
pylint/checkers/base/basic_error_checker.py
@@ -88,7 +88,7 @@ def _new_without_super(node: nodes.ClassDef) -> bool:
88
89
try:
90
new = next(node.igetattr("__new__"))
91
- except astroid.InferenceError:
+ except astroid.InferenceError: # pragma: no cover
92
return False
93
94
calls = new.nodes_of_class(
0 commit comments