W0706 try-except-raiseΒΆ

Message

'The except handler raises immediately'

Description

Used when an except handler uses raise as its first or only operator. This is useless because it raises back the exception immediately. Remove the raise operator or the entire try-except-raise block!