codeforkansascity / clear_my_record_backend

Backend API Code for Clear My Record, an application to assist people the process of expunging their criminal convictions.
MIT License
5 stars 3 forks source link

removed errant top level __init__.py and refactored all relevant imports #52

Closed ejmg closed 5 years ago

ejmg commented 5 years ago

title says it all. Somewhere along the way, I slipped a top level __init__.py file which resulted in all of fully qualified imports involving the project itself and never bothered to fix it sooner/question why this was a thing.