From cd9dffca418f19b12034b83132f91c341dca9a41 Mon Sep 17 00:00:00 2001 From: siyingchun Date: Sat, 8 Sep 2012 21:49:17 +0800 Subject: [PATCH] Modified code Pyflakes warning. File api_common.py: W402 'wsgi' imported but unused Change-Id: If475bae879d2f0412d48fed5eb5c819c7d941f14 --- quantum/api/api_common.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/quantum/api/api_common.py b/quantum/api/api_common.py index 3f6c31ca7..8ea128c9d 100644 --- a/quantum/api/api_common.py +++ b/quantum/api/api_common.py @@ -19,8 +19,6 @@ import logging from webob import exc -from quantum import wsgi - LOG = logging.getLogger(__name__) -- 2.45.2