From e9a57a5b014eaa41a2ac6405b10e37313341d26a Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 11 Oct 2018 18:33:23 +1300 Subject: [PATCH] s4/scripting/pfm_verify: remove duplicate import Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- source4/scripting/devel/pfm_verify.py | 1 - 1 file changed, 1 deletion(-) diff --git a/source4/scripting/devel/pfm_verify.py b/source4/scripting/devel/pfm_verify.py index c1e2f7ab692..8fd10124a4f 100755 --- a/source4/scripting/devel/pfm_verify.py +++ b/source4/scripting/devel/pfm_verify.py @@ -162,7 +162,6 @@ if __name__ == "__main__": creds = credopts.get_credentials(lp) if len(args) != 1: - import os if "DC_SERVER" not in os.environ.keys(): parser.error("You must supply a server") args.append(os.environ["DC_SERVER"]) -- 2.47.2