app/quantum_adapter: pylint

W: 18,0: Unused import logging
W: 28,0: Unused import event

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
Isaku Yamahata 2013-07-12 10:44:39 +09:00 committed by FUJITA Tomonori
parent 2382c5c349
commit 596d01d074

View File

@ -15,7 +15,6 @@
# limitations under the License.
from oslo.config import cfg
import logging
try:
from neutronclient import client as q_client
@ -35,7 +34,6 @@ from ryu.app import rest_nw_id
from ryu.base import app_manager
from ryu.controller import (conf_switch,
dpset,
event,
handler,
network)
from ryu.lib import dpid as dpid_lib