From 83a45187715e719bfe520b9ca0373bd8b5bee8aa Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 17 Apr 2020 18:08:54 -0600 Subject: patman: Drop references to __future__ We don't need these now that the tools using Python 3. Drop them. Signed-off-by: Simon Glass --- tools/patman/test_util.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/patman/test_util.py') diff --git a/tools/patman/test_util.py b/tools/patman/test_util.py index 09f258c26b4..4338dbcd282 100644 --- a/tools/patman/test_util.py +++ b/tools/patman/test_util.py @@ -3,8 +3,6 @@ # Copyright (c) 2016 Google, Inc # -from __future__ import print_function - from contextlib import contextmanager import glob import os -- cgit v1.2.3