From 39adb292d54403d17f86f6852e87b0bda1d49946 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Mon, 18 Oct 2021 01:10:11 +0100 Subject: Tests: style. --- test/test_python_targets.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/test_python_targets.py') diff --git a/test/test_python_targets.py b/test/test_python_targets.py index ca736c0d..6e5488ee 100644 --- a/test/test_python_targets.py +++ b/test/test_python_targets.py @@ -1,5 +1,4 @@ import pytest - from unit.applications.lang.python import TestApplicationPython from unit.option import option -- cgit From c27d0fe7bd9b56ee20f01124d72800ded7ccca9c Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Tue, 2 Nov 2021 17:53:28 +0000 Subject: Tests: removed unused imports. --- test/test_python_targets.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/test_python_targets.py') diff --git a/test/test_python_targets.py b/test/test_python_targets.py index 6e5488ee..e5dca870 100644 --- a/test/test_python_targets.py +++ b/test/test_python_targets.py @@ -1,4 +1,3 @@ -import pytest from unit.applications.lang.python import TestApplicationPython from unit.option import option -- cgit