From 7ec31c90c12d0e1eb7cc8b5522dbc37a5e661b36 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Thu, 2 Nov 2017 10:54:36 -0400 Subject: [PATCH] Remove unused print_function imports This is not needed in these files. TrivialFix Change-Id: I970443c16028d4d3e6bed648c2e188fe65a158fa --- cinder/cmd/volume_usage_audit.py | 2 -- cinder/wsgi/eventlet_server.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/cinder/cmd/volume_usage_audit.py b/cinder/cmd/volume_usage_audit.py index 45ffa56dbd5..4363d2f2e84 100644 --- a/cinder/cmd/volume_usage_audit.py +++ b/cinder/cmd/volume_usage_audit.py @@ -36,8 +36,6 @@ """ -from __future__ import print_function - import datetime import iso8601 import sys diff --git a/cinder/wsgi/eventlet_server.py b/cinder/wsgi/eventlet_server.py index 85ac4badb9f..c8d99a94524 100644 --- a/cinder/wsgi/eventlet_server.py +++ b/cinder/wsgi/eventlet_server.py @@ -12,8 +12,6 @@ """Methods for working with eventlet WSGI servers.""" -from __future__ import print_function - import socket from oslo_config import cfg