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
5 changed files with 0 additions and 11 deletions

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