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_respawn.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_respawn.py') diff --git a/test/test_respawn.py b/test/test_respawn.py index e7eef004..f1c71a20 100644 --- a/test/test_respawn.py +++ b/test/test_respawn.py @@ -1,7 +1,7 @@ import re -import time import subprocess -import unittest +import time + from unit.applications.lang.python import TestApplicationPython -- cgit