From ce4a2bbd05f42d258f9bf7880060a604ac1a866e Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Fri, 15 May 2020 04:20:56 +0100 Subject: Tests: style. --- test/test_settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test_settings.py') diff --git a/test/test_settings.py b/test/test_settings.py index 0b471d4e..6600358d 100644 --- a/test/test_settings.py +++ b/test/test_settings.py @@ -1,6 +1,7 @@ -import time import socket +import time import unittest + from unit.applications.lang.python import TestApplicationPython -- cgit