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: f4937acd6b02
Choose a base ref
...
head repository: NixOS/nixops-aws
compare: e31c1d44fb89
Choose a head ref
  • 3 commits
  • 18 files changed
  • 2 contributors

Commits on Mar 15, 2020

  1. autoflake: remove unused stdlib imports

    This runs `autoflake --in-place **/*.py` to remove unused std library imports.
    Note that there are quite a few unused non-stdlib imports as well, but removing
    those is slightly riskier as they could have import side-effects, so they should
    be done in a second pass with a reduced diff.
    
    https://pypi.org/project/autoflake/
    bhipple committed Mar 15, 2020
    Copy the full SHA
    ea8bf90 View commit details
    Browse the repository at this point in the history
  2. Run black to fixup whitespace

    bhipple committed Mar 15, 2020
    Copy the full SHA
    c69349a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #28 from bhipple/fix/autoflake-stdlib-imports

    autoflake: remove unused stdlib imports
    grahamc committed Mar 15, 2020
    Copy the full SHA
    e31c1d4 View commit details
    Browse the repository at this point in the history