Navigation Menu

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixops-aws
base: fb110b8894bf
Choose a base ref
...
head repository: NixOS/nixops-aws
compare: dde899ef7f98
Choose a head ref
  • 2 commits
  • 24 files changed
  • 2 contributors

Commits on Mar 22, 2020

  1. Remove unused imports

    Follow-up to #28, this removes non-stdlib imports with:
    
        autoflake --in-place --remove-all-unused-imports **/*.py
    
    except for the API `__init__.py` file.
    
    No manual or functional changes, just cleanup.
    bhipple committed Mar 22, 2020
    Copy the full SHA
    f3c3be5 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Merge pull request #40 from bhipple/clean/imports

    Remove unused imports
    domenkozar committed Mar 26, 2020
    Copy the full SHA
    dde899e View commit details
    Browse the repository at this point in the history