diff options
author | Phoebe Queen <foibey@gmail.com> | 2015-08-12 11:41:55 +0100 |
---|---|---|
committer | Phoebe Queen <foibey@gmail.com> | 2015-08-12 11:41:55 +0100 |
commit | 85fa546c4a7f68e2632034f28a1a07cb441de8a2 (patch) | |
tree | a1ea058b60ed8ee646597cc29f949bfb23c41570 /tests | |
parent | e3c10077a395399d743faaffed42ca9fc33a5087 (diff) | |
download | cryptography-85fa546c4a7f68e2632034f28a1a07cb441de8a2.tar.gz cryptography-85fa546c4a7f68e2632034f28a1a07cb441de8a2.tar.bz2 cryptography-85fa546c4a7f68e2632034f28a1a07cb441de8a2.zip |
fixed pep8 error
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_x509_ext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_x509_ext.py b/tests/test_x509_ext.py index 75fb914d..043aaa7d 100644 --- a/tests/test_x509_ext.py +++ b/tests/test_x509_ext.py @@ -869,7 +869,7 @@ class TestBasicConstraintsExtension(object): x509.load_der_x509_certificate, backend ) - ext = cert.extensions.get_extension_for_oid( + cert.extensions.get_extension_for_oid( ExtensionOID.BASIC_CONSTRAINTS ) assert ext is not None |