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

Clean up import statements #143

Merged
merged 5 commits into from
Nov 14, 2016
Merged

Clean up import statements #143

merged 5 commits into from
Nov 14, 2016

Commits on Nov 5, 2016

  1. Delete two duplicate import statements

    These two import statements were hidden
    in the main content below, but already
    present in the beginning, i.e. they were
    duplicate.
    zuphilip committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    341af91 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2016

  1. Configuration menu
    Copy the full SHA
    e261e2c View commit details
    Browse the repository at this point in the history
  2. lineest.py: Clean up imports

    - split multi-module imports to single line
    - remove duplicates and unused imports
    kba committed Nov 6, 2016
    Configuration menu
    Copy the full SHA
    274ebd1 View commit details
    Browse the repository at this point in the history
  3. common.py: Clean up imports

    - group: builtin, external, application
    - split multi-module imports to lines
    - remove gzip (code is commented out)
    - import pylab once
    kba committed Nov 6, 2016
    Configuration menu
    Copy the full SHA
    04fe652 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccb5f84 View commit details
    Browse the repository at this point in the history