scancode-server icon indicating copy to clipboard operation
scancode-server copied to clipboard

Reorder imports in the project.

Open RajuKoushik opened this issue 8 years ago • 2 comments
trafficstars

The imports have to be re-ordered in compliance with the pep-8 coding guide lines.

RajuKoushik avatar Jul 14 '17 16:07 RajuKoushik

It should look like this-

  • [ ] future imports for absolute imports, unicode literals and print functions first. ---blank line---
  • [ ] standard library imports. --- blank line---
  • [ ] third party libraries ---blank line ---
  • [ ] your own imports eg-views, models ---blank line --- ---blank line --- imports should be sorted according to the names.

singh1114 avatar Jul 17 '17 09:07 singh1114

sir please review #109

srbcheema1 avatar Jan 20 '18 22:01 srbcheema1