Closed heidi-ye closed 3 years ago
I ran the code through Flake8 so you may notice some formatting changes to your parts. I hope everything is still working as expected!
The automated build includes a test coverage report and linter. Flake8 is VERY picky 😢. I would suggest running black {filename}
to automate the changes needed and then running flake8 {filename}
before submitting a PR to make sure everything is working. Otherwise the build will break.