Hi,
I decided to check my
project
via pylint, but this
check
failed with error "Unexpected keyword argument 'field1' in constructor call
(unexpected-keyword-arg)". What should I do to
do to fix this error?
?
In t
he test project two files: __init __.
py
and test.p
y
.
test.p
y
On Wed, Aug 26, 2015 at 5:37 PM, Аня Свалова wrote:
> Hi,
> I decided to check my
> project
> via pylint, but this
> check
> failed with error "Unexpected keyword argument 'field1' in constructor call
> (unexpected-keyword-arg)". What should I do to
> do to fix this error?
> ?
>
> In t
> he test p