pylint #82374 warning W0410 should be error [open]
Warning W0410 is raised whenever a 'from __future__ import' statement is preceded by other python statements.
However Python will flag an error and fail.
Therefore I suggest to promote this warning to an error:
Please look at following small python snippet | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
closed by | <not specified> |