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
2 changed files with 0 additions and 3 deletions

View File

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

View File

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