summaryrefslogtreecommitdiff
path: root/nova/image
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 /nova/image
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 'nova/image')
-rw-r--r--nova/image/glance.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/image/glance.py b/nova/image/glance.py
index 5ed0d59d30..91a3c77b01 100644
--- a/nova/image/glance.py
+++ b/nova/image/glance.py
@@ -15,8 +15,6 @@
"""Implementation of an image service that uses Glance as the backend."""
-from __future__ import absolute_import
-
import copy
import inspect
import itertools