blob: f26448f29f7fb9af42b33bf4825a9248e3f05ed0 [file] [log] [blame]
Fix a false positive where pylint was ignoring method calls annotated as ``NoReturn`` during the ``inconsistent-return-statements`` check.
Closes #8747