From d883cd2f13187a4d1054c543872677b5ca4ffb2c Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 18 Feb 2014 13:43:58 -0600 Subject: 79 characters ought to be good enough for any line --- cryptography/hazmat/backends/interfaces.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cryptography/hazmat/backends/interfaces.py b/cryptography/hazmat/backends/interfaces.py index 8d17d3ad..a543ba1f 100644 --- a/cryptography/hazmat/backends/interfaces.py +++ b/cryptography/hazmat/backends/interfaces.py @@ -99,7 +99,8 @@ class RSABackend(six.with_metaclass(abc.ABCMeta)): """ @abc.abstractmethod - def create_rsa_verification_ctx(self, public_key, signature, padding, algorithm): + def create_rsa_verification_ctx(self, public_key, signature, padding, + algorithm): """ Returns an object conforming to the AsymmetricVerificationContext interface. -- cgit v1.2.3