Jean-Sebastien Bevilacqua added the comment:
Hello Raymond Hettinger,
Thanks for your advice and your comment.
I agree with you that pep8 compliant isn't useful. If you look at my patch, the
first change is a unused import, not just a text formatting.
Maybe this first change can be u
New submission from Jean-Sebastien Bevilacqua:
Hello,
This is my first patch on CPython, so please tell me if I do something wrong.
When executing flake8 on Lib/enum.py, there are lot of warning. This patch
remove all these warnings.
--
components: Library (Lib)
files