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_node_websockets.py | |
parent | f5ac1432463e58873b2c801b6db64dbe4d0e8f1c (diff) | |
download | unit-6dc9c47ccd26b23b61b7522803a667c2e515e260.tar.gz unit-6dc9c47ccd26b23b61b7522803a667c2e515e260.tar.bz2 |
Tests: style.
Diffstat (limited to 'test/test_node_websockets.py')
-rw-r--r-- | test/test_node_websockets.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_node_websockets.py b/test/test_node_websockets.py index d7444bf7..4f1e5906 100644 --- a/test/test_node_websockets.py +++ b/test/test_node_websockets.py @@ -2,7 +2,6 @@ import struct import time import pytest - from unit.applications.lang.node import TestApplicationNode from unit.applications.websockets import TestApplicationWebsocket from unit.option import option |