diff options
author | Matt Clay <matt@mystile.com> | 2023-02-03 23:20:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-03 23:20:44 +0100 |
commit | 639e3e30d7765546d4b337da562edeab4349df89 (patch) | |
tree | 58d3830a459fb5c853707edfe89b290d2561b404 /changelogs | |
parent | Clean up unused imports in modules (#79898) (diff) | |
download | ansible-639e3e30d7765546d4b337da562edeab4349df89.tar.xz ansible-639e3e30d7765546d4b337da562edeab4349df89.zip |
Remove unused internal imports from module_utils (#79906)
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/unused-imports-module-utils-internal.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/unused-imports-module-utils-internal.yml b/changelogs/fragments/unused-imports-module-utils-internal.yml new file mode 100644 index 0000000000..d9d88c42cd --- /dev/null +++ b/changelogs/fragments/unused-imports-module-utils-internal.yml @@ -0,0 +1,4 @@ +minor_changes: + - > + Remove unused internal imports from module_utils which were not present for backwards compatibility in: + common.file, common.parameters, facts.system.caps, yumdnf |