Description
Using raise as the first or only operator of an except handler is useless because it raises back the exception immediately. Remove the raise operator or the entire try-except-raise block.
Occurrences
There are 2 occurrences of this issue in the repository.
Description
Using
raiseas the first or only operator of an except handler is useless because it raises back the exception immediately. Remove theraiseoperator or the entiretry-except-raiseblock.Occurrences
There are 2 occurrences of this issue in the repository.