From f5627ce4cc9e280fa942eaf3810816a398ad5fd5 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Thu, 2 Nov 2023 13:01:10 +0100 Subject: Remove `__future__` imports that are no longer necessary (#30661) These are no longer necessary as we always use Python 3. --- python/mach_bootstrap.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'python/mach_bootstrap.py') diff --git a/python/mach_bootstrap.py b/python/mach_bootstrap.py index df71cb838d6..c8085315219 100644 --- a/python/mach_bootstrap.py +++ b/python/mach_bootstrap.py @@ -2,8 +2,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 print_function, unicode_literals - import os import platform import sys -- cgit v1.2.3