commit | d2ecf8601bf9f6aeebd0b7080071a42ef1105cae | [log] [tgz] |
---|---|---|
author | Nick Bastin <nick.bastin@gmail.com> | Sun Dec 13 05:44:46 2015 -0800 |
committer | Nick Bastin <nick.bastin@gmail.com> | Sun Dec 20 08:17:09 2015 -0800 |
tree | 0673553729401aafbf150c511429481284427ea9 | |
parent | 99de318242fffabdb46ea5713436a0b8ad63521f [diff] [blame] |
Dangling pep8 fix
diff --git a/tests/test_x509_ext.py b/tests/test_x509_ext.py index bbdc607..83145cd 100644 --- a/tests/test_x509_ext.py +++ b/tests/test_x509_ext.py
@@ -1870,7 +1870,7 @@ 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")