Attempt cleaning up code formatting
Closed this issue · 1 comments
Seanny123 commented
Currently, the code sets off multiple warnings, even with a conservative pylint
configuration. This is understandable, because code formatting is annoying. black
automatically does code-formatting for you.
clauswilke commented
I've done everything I wanted to do to clean up the code. You can now run black
and submit a PR.