cdgriffith / Box

Python dictionaries with advanced dot notation access
https://github.com/cdgriffith/Box/wiki
MIT License
2.61k stars 106 forks source link

Fix Flake8 issues #174

Closed vamega closed 4 years ago

vamega commented 4 years ago

Removes some issues that I was seeing in the CI output.

I'm ignoring E203 since it's a stylistic clash between black and flake8.