Tests: removed unused imports.

This commit is contained in:
Andrei Zeliankou
2021-11-02 17:53:28 +00:00
parent b6f4b3afb1
commit c27d0fe7bd
11 changed files with 0 additions and 12 deletions

View File

@@ -11,7 +11,6 @@ from OpenSSL.SSL import (
_lib,
)
from unit.applications.tls import TestApplicationTLS
from unit.option import option
class TestTLSSession(TestApplicationTLS):