Closed
Description
The alert states that self
should be the first argument of __init_subclass__
.
This was added in python 3.6 and is implicitly a classmethod which uses cls
as its first argument.
The alert states that self
should be the first argument of __init_subclass__
.
This was added in python 3.6 and is implicitly a classmethod which uses cls
as its first argument.