summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2020-03-24 15:05:36 +0000
committerStephen Finucane <stephenfin@redhat.com>2020-03-24 15:05:36 +0000
commit1515a229e341c927eaf30e73237edce71719d534 (patch)
tree8e0c4f225b545fd69013c086ec0cbd6ab8d63b12 /tools
parentfdcb1e306eb5d2396d5af65a12f09d74cbfc4d20 (diff)
downloadnova-1515a229e341c927eaf30e73237edce71719d534.tar.gz
Remove future imports
These particular imports are no longer needed in a Python 3-only world. Change-Id: Ia1b60ce238713b86f126e2d404199d102fdbc5bc Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/db/schema_diff.py2
1 files changed, 0 insertions, 2 deletions
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