-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 unneccessary imports #5940
Conversation
@felixfontein This PR was evaluated as a potentially problematic PR for the following reasons:
Such PR can only be merged by human. Contact a Core team member to review this PR on IRC: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are so many changes that it's hard to keep track of things. And, anyway, I don't know this collection very well. But it looks like you're ignoring some imports that really are unused. I couldn't find them anywhere else in plugins/.
Rest LGTM. But, as I've said, I don't know this collection very well. So maybe someone else should also have a look.
Backport to stable-4: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 2b8ac3c on top of patchback/backports/stable-4/2b8ac3c6292570e257c3aed9fc2d2550ccf736b1/pr-5940 Backporting merged PR #5940 into main
🤖 @patchback |
Backport to stable-5: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 2b8ac3c on top of patchback/backports/stable-5/2b8ac3c6292570e257c3aed9fc2d2550ccf736b1/pr-5940 Backporting merged PR #5940 into main
🤖 @patchback |
@mariolenz thanks a lot for reviewing this! |
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #5976 🤖 @patchback |
* Remove unneccessary imports. * Keep unnecessary imports in module_utils - for now. * Make older sanity tests shut up. * Also make flake8 happier. (cherry picked from commit 2b8ac3c)
* Remove unneccessary imports. * Keep unnecessary imports in module_utils - for now. * Make older sanity tests shut up. * Also make flake8 happier. (cherry picked from commit 2b8ac3c)
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
* Remove unneccessary imports. * Keep unnecessary imports in module_utils - for now. * Make older sanity tests shut up. * Also make flake8 happier.
SUMMARY
Prepare for ansible-collections/news-for-maintainers#34.
ISSUE TYPE
COMPONENT NAME
various