top | item 41107110

(no title)

098799 | 1 year ago

Thanks for the info. In general, being compliant with established conventions (even if you don't personally like them) can lower the barrier of entry for some people who may superficially reject your library based on esthetic concerns.

If you'd like to dig deeper, the reference is:

    F811 redefinition of unused 'get' from line xx 
from flake8 and

    error: Name "get" already defined on line xx  [no-redef]
from mypy.

discuss

order

yawaramin|1 year ago

But you would have these 'get' functions in different modules though, so how would it be a 'redefinition'?