commit | b22cd33a090a99fafc52513ea09c9915aa4ada55 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Sep 05 14:07:55 2015 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Sep 05 14:07:55 2015 -0400 |
tree | 82d648bc766e6f9155c3ca4dd3fd47b52d5f1ef7 | |
parent | e69c278024526a5e85d89e94e65667b6665c5229 [diff] |
unused import
diff --git a/OpenSSL/test/test_ssl.py b/OpenSSL/test/test_ssl.py index 111354b..e07abb6 100644 --- a/OpenSSL/test/test_ssl.py +++ b/OpenSSL/test/test_ssl.py
@@ -15,8 +15,6 @@ from weakref import ref from warnings import catch_warnings, simplefilter -import pytest - from six import PY3, text_type, u from OpenSSL.crypto import TYPE_RSA, FILETYPE_PEM