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_access_log.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test_access_log.py') diff --git a/test/test_access_log.py b/test/test_access_log.py index 010c56c2..eaba82ab 100644 --- a/test/test_access_log.py +++ b/test/test_access_log.py @@ -1,6 +1,7 @@ -import pytest import time +import pytest + from unit.applications.lang.python import TestApplicationPython -- cgit