diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2021-11-02 17:53:28 +0000 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2021-11-02 17:53:28 +0000 |
commit | c27d0fe7bd9b56ee20f01124d72800ded7ccca9c (patch) | |
tree | 694c6895f574dd69e653e68464e2453a6dd605a3 /test/unit/check/isolation.py | |
parent | b6f4b3afb1eb7d6742beb8968c902e4709c3ced7 (diff) | |
download | unit-c27d0fe7bd9b56ee20f01124d72800ded7ccca9c.tar.gz unit-c27d0fe7bd9b56ee20f01124d72800ded7ccca9c.tar.bz2 |
Tests: removed unused imports.
Diffstat (limited to '')
-rw-r--r-- | test/unit/check/isolation.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/check/isolation.py b/test/unit/check/isolation.py index 7f98e685..9bd835a3 100644 --- a/test/unit/check/isolation.py +++ b/test/unit/check/isolation.py @@ -5,7 +5,6 @@ from unit.applications.lang.go import TestApplicationGo from unit.applications.lang.java import TestApplicationJava from unit.applications.lang.node import TestApplicationNode from unit.applications.lang.ruby import TestApplicationRuby -from unit.applications.proto import TestApplicationProto from unit.http import TestHTTP from unit.option import option from unit.utils import getns |