Remove unused print_function imports
This is not needed in these files. TrivialFix Change-Id: I970443c16028d4d3e6bed648c2e188fe65a158fa
This commit is contained in:
parent
ffc33984d9
commit
7ec31c90c1
@ -36,8 +36,6 @@
|
||||
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import datetime
|
||||
import iso8601
|
||||
import sys
|
||||
|
@ -12,8 +12,6 @@
|
||||
|
||||
"""Methods for working with eventlet WSGI servers."""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import socket
|
||||
|
||||
from oslo_config import cfg
|
||||
|
Loading…
Reference in New Issue
Block a user