From 1515a229e341c927eaf30e73237edce71719d534 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 24 Mar 2020 15:05:36 +0000 Subject: Remove future imports These particular imports are no longer needed in a Python 3-only world. Change-Id: Ia1b60ce238713b86f126e2d404199d102fdbc5bc Signed-off-by: Stephen Finucane --- tools/db/schema_diff.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools') diff --git a/tools/db/schema_diff.py b/tools/db/schema_diff.py index bb389532f0..b309d26725 100755 --- a/tools/db/schema_diff.py +++ b/tools/db/schema_diff.py @@ -42,8 +42,6 @@ Run like: """ -from __future__ import print_function - import datetime import glob import os -- cgit v1.2.1