From d2ecf8601bf9f6aeebd0b7080071a42ef1105cae Mon Sep 17 00:00:00 2001 From: Nick Bastin Date: Sun, 13 Dec 2015 05:44:46 -0800 Subject: Dangling pep8 fix --- tests/test_x509_ext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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") -- cgit v1.2.3