From 1d0853f023ddfc41d9da15bfd5dc3ed0d3e55ff4 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 16 Apr 2013 23:44:20 +0000 Subject: [PATCH] Remove excess whitespace. --- gnupg/parsers.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gnupg/parsers.py b/gnupg/parsers.py index e83a03d..ead19e4 100644 --- a/gnupg/parsers.py +++ b/gnupg/parsers.py @@ -730,19 +730,14 @@ class Sign(object): #: The type of signature created. sig_type = None - #: The algorithm used to create the signature. sig_algo = None - #: The hash algorithm used to create the signature. sig_hash_also = None - #: The fingerprint of the signing keyid. fingerprint = None - #: The timestamp on the signature. timestamp = None - #: xxx fill me in what = None