Closed hvraven closed 6 years ago
The class is overwritten a few lines later. Also __init__ can not work as it calls kwargs, but the argument is called kwarg (without s).
__init__
kwargs
kwarg
Oh, good catch, that sure can be removed. Thanks!
The class is overwritten a few lines later. Also
__init__
can not work as it callskwargs
, but the argument is calledkwarg
(without s).