From 9bf5785b620109a3a7652a10147f3e0c3f42d6f3 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 20 Sep 2012 12:13:00 -0400 Subject: [PATCH] signature: we don't need to import pprint in pgp_mime.signature. I had been using it during the development of Signature.dumps(), and forgot to remove it before committing. --- pgp_mime/signature.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pgp_mime/signature.py b/pgp_mime/signature.py index b40f03b..e65fdd4 100644 --- a/pgp_mime/signature.py +++ b/pgp_mime/signature.py @@ -21,7 +21,6 @@ See the `GPGME manual`_ for details. .. GPGME manual: http://www.gnupg.org/documentation/manuals/gpgme/Verify.html """ -import pprint as _pprint import time as _time import xml.etree.ElementTree as _etree -- 2.26.2