From 96bbd061340a3642d529b416361f42739f3dba4c Mon Sep 17 00:00:00 2001 From: lijunbo Date: Mon, 1 May 2017 18:43:03 +0800 Subject: [PATCH] Remove the unused import code Remove the unused import in ssync_receiver.py Change-Id: I81ef107201a79446f07e87ee04758c2bf251ebda --- swift/obj/ssync_receiver.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/swift/obj/ssync_receiver.py b/swift/obj/ssync_receiver.py index 990bdb21a9..e28d5f2882 100644 --- a/swift/obj/ssync_receiver.py +++ b/swift/obj/ssync_receiver.py @@ -14,8 +14,6 @@ # limitations under the License. -import eventlet -import eventlet.wsgi import eventlet.greenio from six.moves import urllib