[code-quality] pylint + pony.orm

2015-08-26 Thread Аня Свалова
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​ ​​

Re: [code-quality] pylint + pony.orm

2015-08-26 Thread Claudiu Popa
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