Skip to content

Address pylint 2.3.x's no-else-raise warning

James Ennis requested to merge jennis/pylint_no_else_raise into master

Description

Modern versions of pylint include a warning the no-else-raise warning (see pylint's changelog)

Addressing this warning improves code quality.

Merge request reports