Add workaround for object.__init__
as having no args/kwargs
#209
Labels
type: feature
New feature or request
object.__init__
as having no args/kwargs
#209
For
object.__init__
signature is incorrect, so we will expect some args for classes liketo fix it we could check if
cls.__init__ is object.__init__
The text was updated successfully, but these errors were encountered: