Remove excess whitespace.
parent
59b7e99465
commit
1d0853f023
|
@ -730,19 +730,14 @@ class Sign(object):
|
||||||
|
|
||||||
#: The type of signature created.
|
#: The type of signature created.
|
||||||
sig_type = None
|
sig_type = None
|
||||||
|
|
||||||
#: The algorithm used to create the signature.
|
#: The algorithm used to create the signature.
|
||||||
sig_algo = None
|
sig_algo = None
|
||||||
|
|
||||||
#: The hash algorithm used to create the signature.
|
#: The hash algorithm used to create the signature.
|
||||||
sig_hash_also = None
|
sig_hash_also = None
|
||||||
|
|
||||||
#: The fingerprint of the signing keyid.
|
#: The fingerprint of the signing keyid.
|
||||||
fingerprint = None
|
fingerprint = None
|
||||||
|
|
||||||
#: The timestamp on the signature.
|
#: The timestamp on the signature.
|
||||||
timestamp = None
|
timestamp = None
|
||||||
|
|
||||||
#: xxx fill me in
|
#: xxx fill me in
|
||||||
what = None
|
what = None
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue