diff options
Diffstat (limited to 'test/test_tls_tickets.py')
-rw-r--r-- | test/test_tls_tickets.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_tls_tickets.py b/test/test_tls_tickets.py index 0ea113f5..7214f77f 100644 --- a/test/test_tls_tickets.py +++ b/test/test_tls_tickets.py @@ -9,7 +9,6 @@ from OpenSSL.SSL import ( _lib, ) from unit.applications.tls import TestApplicationTLS -from unit.option import option class TestTLSTicket(TestApplicationTLS): |