From: Douglas Bagnall Date: Thu, 5 May 2022 04:21:45 +0000 (+1200) Subject: python/gp_cert_auto_enroll: removed unused imports X-Git-Tag: talloc-2.3.4~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e008c8f8303d58cf34eb3fbeae76f0d10adb53b8;p=thirdparty%2Fsamba.git python/gp_cert_auto_enroll: removed unused imports Signed-off-by: Douglas Bagnall Reviewed-by: David Mulder Autobuild-User(master): David Mulder Autobuild-Date(master): Thu May 5 14:39:50 UTC 2022 on sn-devel-184 --- diff --git a/python/samba/gp_cert_auto_enroll_ext.py b/python/samba/gp_cert_auto_enroll_ext.py index 31c67ccaf18..e6c40462d33 100644 --- a/python/samba/gp_cert_auto_enroll_ext.py +++ b/python/samba/gp_cert_auto_enroll_ext.py @@ -22,8 +22,7 @@ from ldb import SCOPE_SUBTREE, SCOPE_BASE from samba.auth import system_session from samba.gpclass import get_dc_hostname import base64 -from tempfile import NamedTemporaryFile -from shutil import move, which +from shutil import which from subprocess import Popen, PIPE import re from glob import glob