From 7470453ee9264c6c76f678220bc1b812d194b9df Mon Sep 17 00:00:00 2001 From: Mohammed Attia Date: Mon, 3 Mar 2014 16:49:59 +0200 Subject: fix pep8 errors --- cryptography/hazmat/primitives/interfaces.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cryptography/hazmat/primitives/interfaces.py b/cryptography/hazmat/primitives/interfaces.py index 3d345a99..ba6436e0 100644 --- a/cryptography/hazmat/primitives/interfaces.py +++ b/cryptography/hazmat/primitives/interfaces.py @@ -475,6 +475,7 @@ class DSAPublicKey(six.with_metaclass(abc.ABCMeta)): The params associated with a DSA keypair """ + class AsymmetricSignatureContext(six.with_metaclass(abc.ABCMeta)): @abc.abstractmethod def update(self, data): -- cgit v1.2.3