hhatto / autopep8

A tool that automatically formats Python code to conform to the PEP 8 style guide.
https://pypi.org/project/autopep8/
MIT License
4.56k stars 290 forks source link

Fix flake8 error #638

Closed heavenshell closed 2 years ago

heavenshell commented 2 years ago

ref #636 #637

CI was failing by flake8 error. https://github.com/hhatto/autopep8/runs/7632859252?check_suite_focus=true

autopep8.py:3699:41: E275 missing whitespace after keyword
heavenshell commented 2 years ago

Oops... I miss something. Just close this PR and should re-create new PR.