Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor imports cleaning #402

Merged
merged 2 commits into from
Oct 22, 2019
Merged

Minor imports cleaning #402

merged 2 commits into from
Oct 22, 2019

Conversation

Borda
Copy link
Member

@Borda Borda commented Oct 21, 2019

some minor code cleaning and switching to relative imports inside the package

  • minor code cleaning
  • using relative imports in pkg
  • reorganise imports to be 1) buildins 2) third-party 3) own
  • remove unused imports

@Borda Borda changed the title Minor code Cleaning Minor imports cleaning Oct 21, 2019
@Borda
Copy link
Member Author

Borda commented Oct 21, 2019

the test is passing, but somehow the check is not updated... @williamFalcon
https://travis-ci.org/williamFalcon/pytorch-lightning/builds/600620693

@williamFalcon
Copy link
Contributor

Thanks for the PR. As I've mentioned before, I want to avoid relative imports. Please change to absolute imports and I can review again.

@Borda
Copy link
Member Author

Borda commented Oct 21, 2019

Sorry, completely forgot about the relative imports...

@williamFalcon
Copy link
Contributor

In addition, added a significant refactor to help avoid conflicts with multiple PRs and for clarity. Feel free to make the header changes there!

@Borda
Copy link
Member Author

Borda commented Oct 22, 2019

I would stay now with the minor cleansing so the PR is not so large...
btw, rebased and dropped relative imports ^^ @williamFalcon

@williamFalcon williamFalcon merged commit f18aee3 into Lightning-AI:master Oct 22, 2019
@Borda Borda deleted the cleaning branch October 22, 2019 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants