diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2021-01-13 06:22:43 +0000 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2021-01-13 06:22:43 +0000 |
commit | 6dc9c47ccd26b23b61b7522803a667c2e515e260 (patch) | |
tree | 8a1ad322cccd5235208a854e02ee9c961c22d5eb /test/test_static.py | |
parent | f5ac1432463e58873b2c801b6db64dbe4d0e8f1c (diff) | |
download | unit-6dc9c47ccd26b23b61b7522803a667c2e515e260.tar.gz unit-6dc9c47ccd26b23b61b7522803a667c2e515e260.tar.bz2 |
Tests: style.
Diffstat (limited to 'test/test_static.py')
-rw-r--r-- | test/test_static.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_static.py b/test/test_static.py index 4591aa03..3e85b435 100644 --- a/test/test_static.py +++ b/test/test_static.py @@ -2,7 +2,6 @@ import os import socket import pytest - from unit.applications.proto import TestApplicationProto from unit.option import option from unit.utils import waitforfiles |