Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-06-18 20:11:16 +00:00 committed by Gerrit Code Review
commit 294f10d7b2
5 changed files with 0 additions and 11 deletions

View File

@ -50,8 +50,6 @@
"""CLI interface for cinder management."""
from __future__ import print_function
try:
import collections.abc as collections
except ImportError:

View File

@ -16,9 +16,6 @@
"""Implementation of an image service that uses Glance as the backend"""
from __future__ import absolute_import
import copy
import itertools
import random

View File

@ -15,8 +15,6 @@
# under the License.
"""Fixtures for Cinder tests."""
# NOTE(mriedem): This is needed for importing from fixtures.
from __future__ import absolute_import
import logging as std_logging
import os

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import division
import contextlib
from distutils import version
import functools

View File

@ -15,8 +15,6 @@
"""StorPool block device driver"""
from __future__ import absolute_import
import platform
from oslo_config import cfg