summaryrefslogtreecommitdiffhomepage
path: root/test/test_tls_tickets.py
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2021-11-02 17:53:28 +0000
committerAndrei Zeliankou <zelenkov@nginx.com>2021-11-02 17:53:28 +0000
commitc27d0fe7bd9b56ee20f01124d72800ded7ccca9c (patch)
tree694c6895f574dd69e653e68464e2453a6dd605a3 /test/test_tls_tickets.py
parentb6f4b3afb1eb7d6742beb8968c902e4709c3ced7 (diff)
downloadunit-c27d0fe7bd9b56ee20f01124d72800ded7ccca9c.tar.gz
unit-c27d0fe7bd9b56ee20f01124d72800ded7ccca9c.tar.bz2
Tests: removed unused imports.
Diffstat (limited to 'test/test_tls_tickets.py')
-rw-r--r--test/test_tls_tickets.py1
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):