In order to lower the amount of formatting bullshit we need to do, I just added black to our project. What does this mean? Saving should run black, but if you want to force black run
black <CODE>
Please make sure to re-run:
pip install -r requirements.txt
Testing
I ran the tests and things pass.
You really do not need to review this code, there is no actual changes, just blackifying it.
Justification
In order to lower the amount of formatting bullshit we need to do, I just added black to our project. What does this mean? Saving should run black, but if you want to force black run
black <CODE>
Please make sure to re-run:
pip install -r requirements.txt
Testing
I ran the tests and things pass.
You really do not need to review this code, there is no actual changes, just blackifying it.