diff options
author | Martin Robinson <mrobinson@igalia.com> | 2023-11-02 13:01:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 12:01:10 +0000 |
commit | f5627ce4cc9e280fa942eaf3810816a398ad5fd5 (patch) | |
tree | 3c05642e359e3ae026570a38a8796fe2f4118107 /tests/jquery/run_jquery.py | |
parent | 7e643f46d7ab08bd59421ef8f137936c61f76ea2 (diff) | |
download | servo-f5627ce4cc9e280fa942eaf3810816a398ad5fd5.tar.gz servo-f5627ce4cc9e280fa942eaf3810816a398ad5fd5.zip |
Remove `__future__` imports that are no longer necessary (#30661)
These are no longer necessary as we always use Python 3.
Diffstat (limited to 'tests/jquery/run_jquery.py')
-rwxr-xr-x | tests/jquery/run_jquery.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/jquery/run_jquery.py b/tests/jquery/run_jquery.py index 2aae840ac75..6f67036694f 100755 --- a/tests/jquery/run_jquery.py +++ b/tests/jquery/run_jquery.py @@ -4,8 +4,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. -from __future__ import absolute_import -from __future__ import print_function import os import re import subprocess |