aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Bastin <nick.bastin@gmail.com>2015-12-13 05:44:46 -0800
committerNick Bastin <nick.bastin@gmail.com>2015-12-13 05:44:46 -0800
commita73825bcfacd4c533de3c4490ff34a345f7f78f9 (patch)
tree891c6aa29b66ff535a316645f65eac386436c63a
parenta7f504fcd61eda90456366a7c7bf608fd03f5d47 (diff)
downloadcryptography-a73825bcfacd4c533de3c4490ff34a345f7f78f9.tar.gz
cryptography-a73825bcfacd4c533de3c4490ff34a345f7f78f9.tar.bz2
cryptography-a73825bcfacd4c533de3c4490ff34a345f7f78f9.zip
Dangling pep8 fix
-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 bbdc6079..83145cd0 100644
--- a/tests/test_x509_ext.py
+++ b/tests/test_x509_ext.py
@@ -1870,7 +1870,7 @@ class TestAccessDescription(object):
AuthorityInformationAccessOID.CA_ISSUERS, "invalid"
)
- def test_valid_nonstandard_method (self):
+ def test_valid_nonstandard_method(self):
ad = x509.AccessDescription(
ObjectIdentifier("2.999.1"),
x509.UniformResourceIdentifier(u"http://example.com")