Remove future imports

These particular imports are no longer needed in a Python 3-only world.

Change-Id: Ib9ac30aaf137dfa7f4bb6ee1a1fab3db2beb1351
This commit is contained in:
zhangbailin 2020-04-02 18:04:59 +08:00 committed by YumengBao
parent eef6ddd62d
commit 8ed9135de9

View File

@ -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