Remove unused print_function imports

This is not needed in these files.

TrivialFix

Change-Id: I970443c16028d4d3e6bed648c2e188fe65a158fa
This commit is contained in:
Eric Harney 2017-11-02 10:54:36 -04:00
parent ffc33984d9
commit 7ec31c90c1
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