79168162

Date: 2024-11-07 21:49:54
Score: 1.5
Natty:
Report link

Fix it like this:

def __init__(super, *args, **kwargs):
    pass    

Instead of self, use super to indicate you are inheriting the constructor from the class you are inheriting from.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Martin