From be3ce09de65cd168d6adb9bb9efed9c4e8ab3d93 Mon Sep 17 00:00:00 2001 From: s-hertel <19572925+s-hertel@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:01:21 -0500 Subject: [PATCH] Remove unused imports --- lib/ansible/modules/copy.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ansible/modules/copy.py b/lib/ansible/modules/copy.py index 1116ad72ae9..9c9f674f811 100644 --- a/lib/ansible/modules/copy.py +++ b/lib/ansible/modules/copy.py @@ -286,10 +286,8 @@ state: import errno import filecmp -import grp import os import os.path -import pwd import shutil import stat import tempfile