Remove __future__ imports that are no longer necessary (#30661)

These are no longer necessary as we always use Python 3.
This commit is contained in:
Martin Robinson 2023-11-02 13:01:10 +01:00 committed by GitHub
parent 7e643f46d7
commit f5627ce4cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 1 additions and 28 deletions

View file

@ -12,8 +12,6 @@
# Do not forget to run the script in servo/tests/power folder
# --------------------------------------------------------#
from __future__ import print_function, unicode_literals
import os
from os import path
import time