diff options
author | Matt Clay <matt@mystile.com> | 2023-02-03 23:16:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-03 23:16:06 +0100 |
commit | 2fa8ee503cfe1dadb4ae7805884afd7e29efd878 (patch) | |
tree | 2b502aea4f3156de1e9bc25ff487a83b084bf685 /changelogs | |
parent | Clean up unused imports in ansible-test unit tests (#79897) (diff) | |
download | ansible-2fa8ee503cfe1dadb4ae7805884afd7e29efd878.tar.xz ansible-2fa8ee503cfe1dadb4ae7805884afd7e29efd878.zip |
Clean up unused imports in modules (#79898)
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/unused-imports-modules.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/unused-imports-modules.yml b/changelogs/fragments/unused-imports-modules.yml new file mode 100644 index 0000000000..b3e35f27bf --- /dev/null +++ b/changelogs/fragments/unused-imports-modules.yml @@ -0,0 +1,2 @@ +minor_changes: + - "Removed unused imports from the following modules: apt, dnf, expect, pip, slurp, user, yum" |