aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhoebe Queen <foibey@gmail.com>2015-08-12 11:41:55 +0100
committerPhoebe Queen <foibey@gmail.com>2015-08-12 11:41:55 +0100
commit85fa546c4a7f68e2632034f28a1a07cb441de8a2 (patch)
treea1ea058b60ed8ee646597cc29f949bfb23c41570
parente3c10077a395399d743faaffed42ca9fc33a5087 (diff)
downloadcryptography-85fa546c4a7f68e2632034f28a1a07cb441de8a2.tar.gz
cryptography-85fa546c4a7f68e2632034f28a1a07cb441de8a2.tar.bz2
cryptography-85fa546c4a7f68e2632034f28a1a07cb441de8a2.zip
fixed pep8 error
-rw-r--r--tests/test_x509_ext.py2
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