diff options
author | Nick Bastin <nick.bastin@gmail.com> | 2015-12-13 05:44:46 -0800 |
---|---|---|
committer | Nick Bastin <nick.bastin@gmail.com> | 2015-12-20 08:17:09 -0800 |
commit | d2ecf8601bf9f6aeebd0b7080071a42ef1105cae (patch) | |
tree | 0673553729401aafbf150c511429481284427ea9 | |
parent | 99de318242fffabdb46ea5713436a0b8ad63521f (diff) | |
download | cryptography-d2ecf8601bf9f6aeebd0b7080071a42ef1105cae.tar.gz cryptography-d2ecf8601bf9f6aeebd0b7080071a42ef1105cae.tar.bz2 cryptography-d2ecf8601bf9f6aeebd0b7080071a42ef1105cae.zip |
Dangling pep8 fix
-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 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") |