From dc1377dc489937abcc6a5d0dcbfa628e0e6bdf1c Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Tue, 28 Jul 2020 03:09:50 +0100 Subject: Tests: style. --- test/test_php_targets.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/test_php_targets.py') diff --git a/test/test_php_targets.py b/test/test_php_targets.py index 9c1ba2a6..0657554a 100644 --- a/test/test_php_targets.py +++ b/test/test_php_targets.py @@ -1,4 +1,3 @@ -import unittest from unit.applications.lang.php import TestApplicationPHP class TestPHPTargets(TestApplicationPHP): -- cgit