Merge "Remove unused print_function imports"

This commit is contained in:
Zuul 2017-11-03 06:59:16 +00:00 committed by Gerrit Code Review
commit 3b6b88ec04
2 changed files with 0 additions and 4 deletions

View File

@ -36,8 +36,6 @@
"""
from __future__ import print_function
import datetime
import iso8601
import sys

View File

@ -12,8 +12,6 @@
"""Methods for working with eventlet WSGI servers."""
from __future__ import print_function
import socket
from oslo_config import cfg