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 --- nova/image/glance.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'nova/image') 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 -- cgit v1.2.1