diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-08-09 11:01:14 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-08-09 11:01:14 -0500 |
commit | 20175f873b9264bd49301e743386bbeeda255ae4 (patch) | |
tree | 528f462b4b70fdf66ad1a17903234a47ca403eef /tests | |
parent | a03c325dc81b14d2a34f45f424597119999263ae (diff) | |
download | cryptography-20175f873b9264bd49301e743386bbeeda255ae4.tar.gz cryptography-20175f873b9264bd49301e743386bbeeda255ae4.tar.bz2 cryptography-20175f873b9264bd49301e743386bbeeda255ae4.zip |
pep8 fix
Diffstat (limited to 'tests')
-rw-r--r-- | tests/hazmat/backends/test_openssl.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py index 73aaa968..debea5a2 100644 --- a/tests/hazmat/backends/test_openssl.py +++ b/tests/hazmat/backends/test_openssl.py @@ -4,7 +4,6 @@ from __future__ import absolute_import, division, print_function -import datetime import os import subprocess import sys @@ -15,7 +14,6 @@ import pretend import pytest from cryptography import utils -from cryptography import x509 from cryptography.exceptions import InternalError, _Reasons from cryptography.hazmat.backends.interfaces import RSABackend from cryptography.hazmat.backends.openssl.backend import ( |