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/servo/package_commands.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'python/servo/package_commands.py') diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py index bc93f7e4200..62ae60f5fa6 100644 --- a/python/servo/package_commands.py +++ b/python/servo/package_commands.py @@ -7,8 +7,6 @@ # option. This file may not be copied, modified, or distributed # except according to those terms. -from __future__ import absolute_import, print_function, unicode_literals - from datetime import datetime from github import Github -- cgit v1.2.3