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

Remove unused imports #40

Merged
merged 1 commit into from Mar 26, 2020
Merged

Remove unused imports #40

merged 1 commit into from Mar 26, 2020

Conversation

bhipple
Copy link
Contributor

@bhipple bhipple commented Mar 22, 2020

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.

Follow-up to NixOS#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
Copy link
Contributor Author

bhipple commented Mar 22, 2020

I had wanted to wait until the master branches of this and nixops were working together. Now that they are, I've fully tested this change with my cluster on a destroy -> deploy-from-scratch and it seems fine.

CC @grahamc @AmineChikhaoui

@domenkozar domenkozar merged commit dde899e into NixOS:master Mar 26, 2020
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.

None yet

2 participants