aboutsummaryrefslogtreecommitdiff
path: root/asn1crypto
diff options
context:
space:
mode:
authorMarkus Kötter <koetter@luis.uni-hannover.de>2019-11-20 10:37:23 +0100
committerMarkus Kötter <koetter@luis.uni-hannover.de>2019-11-20 10:37:23 +0100
commit718f290c2161634ba46c1353ce52a03cd46315e2 (patch)
tree4234d38414d99f3539ecf557ff511fe3f1ede22c /asn1crypto
parent958e8e7e4ecaa18f68e43fd1054e5025f3ebee7c (diff)
downloadasn1crypto-718f290c2161634ba46c1353ce52a03cd46315e2.tar.gz
lint
Diffstat (limited to 'asn1crypto')
-rw-r--r--asn1crypto/cms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1crypto/cms.py b/asn1crypto/cms.py
index b9412a0..2115aed 100644
--- a/asn1crypto/cms.py
+++ b/asn1crypto/cms.py
@@ -936,7 +936,7 @@ class RecipientKeyIdentifier(Sequence):
class SMIMEEncryptionKeyPreference(Choice):
_alternatives = [
- ('issuer_and_serial_number', IssuerAndSerialNumber, {'implicit':0}),
+ ('issuer_and_serial_number', IssuerAndSerialNumber, {'implicit': 0}),
('recipientKeyId', RecipientKeyIdentifier, {'implicit': 1}),
('subjectAltKeyIdentifier', PublicKeyInfo, {'implicit': 2}),
]