diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2020-07-28 03:09:50 +0100 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2020-07-28 03:09:50 +0100 |
commit | dc1377dc489937abcc6a5d0dcbfa628e0e6bdf1c (patch) | |
tree | 5ea30791dba4efddd611ea1f6f24cfa00eab8799 /test/test_php_targets.py | |
parent | c617480eefc0822d52f9153906bb526ad483b9a3 (diff) | |
download | unit-dc1377dc489937abcc6a5d0dcbfa628e0e6bdf1c.tar.gz unit-dc1377dc489937abcc6a5d0dcbfa628e0e6bdf1c.tar.bz2 |
Tests: style.
Diffstat (limited to 'test/test_php_targets.py')
-rw-r--r-- | test/test_php_targets.py | 1 |
1 files changed, 0 insertions, 1 deletions
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): |