Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-06-22 06:14:19 +00:00 committed by Gerrit Code Review
commit a4ce4f5bce
2 changed files with 0 additions and 3 deletions

View File

@ -13,7 +13,6 @@
# under the License.
"""Fixtures for Masakari tests."""
from __future__ import absolute_import
import fixtures
from oslo_config import cfg

View File

@ -14,8 +14,6 @@
"""Utility methods for working with WSGI servers."""
from __future__ import print_function
import os.path
import socket
import ssl