From 6ec0ff35964c7805712d978625949f72ff5a63bc Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Wed, 7 Oct 2020 23:18:43 +0100 Subject: Tests: minor fixes. --- test/test_settings.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/test_settings.py') diff --git a/test/test_settings.py b/test/test_settings.py index 89f55703..b0af6b04 100644 --- a/test/test_settings.py +++ b/test/test_settings.py @@ -1,9 +1,10 @@ -import pytest +import re import socket import time +import pytest + from unit.applications.lang.python import TestApplicationPython -import re class TestSettings(TestApplicationPython): -- cgit