Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 175 Bytes

missing-super-argument.md

File metadata and controls

7 lines (4 loc) · 175 Bytes

Pattern: Missing super argument

Issue: -

Description

Used when the super() built-in didn't receive an argument. This message can't be emitted when using Python >= 3.0.