coderxio / dailymed-api

REST API for DailyMed SPLs
https://coderx.io/
MIT License
12 stars 5 forks source link

Update code to align with PEP8 standard #12

Closed finish06 closed 4 years ago

finish06 commented 4 years ago

Problem Statement

Code does not align with PEP8 standards

Criteria for Success

Successfully run flake8 against code base with no errors

Additional Information

Create branch, process via python module Black and then forward, require all code changes to be compliant.