mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
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:
parent
7e643f46d7
commit
f5627ce4cc
15 changed files with 1 additions and 28 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue