W0301 unnecessary-semicolon¶
- Message
'Unnecessary semicolon'
- Description
Used when a statement is ended by a semi-colon (“;”), which isn’t necessary (that’s python, not C ;).
'Unnecessary semicolon'
Used when a statement is ended by a semi-colon (“;”), which isn’t necessary (that’s python, not C ;).