(PYL-R1720) Unnecessary else
/elif
used after raise
#240
Labels
enhancement
New feature or request
Milestone
Description
raise
causes control flow to be disrupted, as it will exit the block. It is recommended to check other conditions using anotherif
statement, and get rid ofelse
statements as they are unnecessary.Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/The-4th-Hokage/yondaime-hokage/issue/PYL-R1720/occurrences/
The text was updated successfully, but these errors were encountered: