mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 22:06:10 +02:00
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:
parent
2382c5c349
commit
596d01d074
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user