Remove future imports
These particular imports are no longer needed in a Python 3-only world. Change-Id: Ib9ac30aaf137dfa7f4bb6ee1a1fab3db2beb1351
This commit is contained in:
parent
eef6ddd62d
commit
8ed9135de9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user