diff options
author | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2023-03-22 01:34:08 +0000 |
---|---|---|
committer | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2023-03-22 01:37:18 +0000 |
commit | 90b96becef7f6dd66717c663e4e4d87f6f0ac843 (patch) | |
tree | 4b07bf58110c52e584e2530b039927ff1d90b572 /tests/wpt/web-platform-tests/annotation-model/tools/make_tests.py | |
parent | 886032fc74c7d953765f6d00211dc5d2d018f6f0 (diff) | |
download | servo-90b96becef7f6dd66717c663e4e4d87f6f0ac843.tar.gz servo-90b96becef7f6dd66717c663e4e4d87f6f0ac843.zip |
Update web-platform-tests to revision b'62c17eac9f99db2ea4e213328c9c6122136694cc'
Diffstat (limited to 'tests/wpt/web-platform-tests/annotation-model/tools/make_tests.py')
-rw-r--r-- | tests/wpt/web-platform-tests/annotation-model/tools/make_tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/wpt/web-platform-tests/annotation-model/tools/make_tests.py b/tests/wpt/web-platform-tests/annotation-model/tools/make_tests.py index e8bb1aec5a7..6890baa2961 100644 --- a/tests/wpt/web-platform-tests/annotation-model/tools/make_tests.py +++ b/tests/wpt/web-platform-tests/annotation-model/tools/make_tests.py @@ -1,8 +1,6 @@ # This tool creates .html test files for the WPT harness from corresponding .test # files that it finds in the tree for this test collection. -from __future__ import print_function - import re import time import json |