Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

fix(*): Sort-import statements #344

Closed CuriousLearner closed 5 years ago

CuriousLearner commented 5 years ago

Why was this change necessary?

To sort imports correctly

How does it address the problem?

Sort import statements correctly across the codebase.

Are there any side effects?

None