Skip to content

Commit

Permalink
pep8 and such
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Jul 1, 2016
1 parent d183dcd commit c0afc89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/OpenSSL/crypto.py
Expand Up @@ -12,9 +12,6 @@

from cryptography.hazmat.backends.openssl.backend import backend
from cryptography.hazmat.primitives.asymmetric import dsa, rsa
from cryptography.hazmat.backends.openssl.x509 import (
_Certificate, _CertificateSigningRequest
)

from OpenSSL._util import (
ffi as _ffi,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_crypto.py
Expand Up @@ -20,7 +20,7 @@

from cryptography.hazmat.backends.openssl.backend import backend
from cryptography.hazmat.primitives import serialization
from cryptography.hazmat.primitives.asymmetric import dsa, rsa
from cryptography.hazmat.primitives.asymmetric import rsa

from OpenSSL.crypto import TYPE_RSA, TYPE_DSA, Error, PKey, PKeyType
from OpenSSL.crypto import X509, X509Type, X509Name, X509NameType
Expand Down

0 comments on commit c0afc89

Please sign in to comment.