diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2019-07-14 23:47:07 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2019-07-14 23:47:07 +0300 |
commit | ee1f0365d20cc0e58dd5538c5f6e082587f0b093 (patch) | |
tree | c45522cddb567dc5c4ca1485726f3b1afcf7b21d /test/test_tls.py | |
parent | c0aad59d13dc611641f204066d9453bbb4baf25d (diff) | |
download | unit-ee1f0365d20cc0e58dd5538c5f6e082587f0b093.tar.gz unit-ee1f0365d20cc0e58dd5538c5f6e082587f0b093.tar.bz2 |
Tests: removed unused import.
Diffstat (limited to 'test/test_tls.py')
-rw-r--r-- | test/test_tls.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_tls.py b/test/test_tls.py index 14efb3a7..3aa0218e 100644 --- a/test/test_tls.py +++ b/test/test_tls.py @@ -1,6 +1,5 @@ import re import ssl -import time import subprocess import unittest from unit.applications.tls import TestApplicationTLS |