aboutsummaryrefslogtreecommitdiffstats
path: root/tests
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-20 08:17:09 -0800
commitd2ecf8601bf9f6aeebd0b7080071a42ef1105cae (patch)
tree0673553729401aafbf150c511429481284427ea9 /tests
parent99de318242fffabdb46ea5713436a0b8ad63521f (diff)
downloadcryptography-d2ecf8601bf9f6aeebd0b7080071a42ef1105cae.tar.gz
cryptography-d2ecf8601bf9f6aeebd0b7080071a42ef1105cae.tar.bz2
cryptography-d2ecf8601bf9f6aeebd0b7080071a42ef1105cae.zip
Dangling pep8 fix
Diffstat (limited to 'tests')
-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")