Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Reorder imports in the project. #57

Open
RajuKoushik opened this issue Jul 14, 2017 · 2 comments
Open

Reorder imports in the project. #57

RajuKoushik opened this issue Jul 14, 2017 · 2 comments

Comments

@RajuKoushik
Copy link
Contributor

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

@singh1114
Copy link
Collaborator

singh1114 commented Jul 17, 2017

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.

RajuKoushik added a commit to RajuKoushik/scancode-server-1 that referenced this issue Jul 20, 2017
Fixed issue aboutcode-org#57
Signed-off-by: Raju Koushik [email protected]
@srbcheema1
Copy link
Contributor

sir please review #109

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants