summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-02-03 23:40:55 +0100
committerGitHub <noreply@github.com>2023-02-03 23:40:55 +0100
commit51fadd0aac55cacc1fcbe6e9e11c239ad32f0bdb (patch)
tree05f2877dc2a67422155d2b5a918de5dd76f190a7 /changelogs
parentClean up unused imports in core (#79900) (diff)
downloadansible-51fadd0aac55cacc1fcbe6e9e11c239ad32f0bdb.tar.xz
ansible-51fadd0aac55cacc1fcbe6e9e11c239ad32f0bdb.zip
Clean up unused imports in plugins (#79899)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/unused-imports-plugins.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/fragments/unused-imports-plugins.yml b/changelogs/fragments/unused-imports-plugins.yml
new file mode 100644
index 0000000000..2e53edfe0f
--- /dev/null
+++ b/changelogs/fragments/unused-imports-plugins.yml
@@ -0,0 +1,6 @@
+minor_changes:
+ - "Removed unused imports from the following action plugins: async_status, command, pause, set_stats, uri, validate_argument_spec"
+ - "Removed unused imports from the following lookup plugins: fileglob, template"
+ - "Removed unused imports from the following strategy plugins: debug"
+ - "Removed unused imports from the following set of test plugins: files"
+ - "Removed unused imports from the following vars plugins: host_group_vars"