W: 18,0: Unused import logging W: 28,0: Unused import event Signed-off-by: Isaku Yamahata <yamah...@valinux.co.jp> --- ryu/app/quantum_adapter.py | 2 -- 1 file changed, 2 deletions(-)
diff --git a/ryu/app/quantum_adapter.py b/ryu/app/quantum_adapter.py index c362e4d..5ae0b74 100644 --- a/ryu/app/quantum_adapter.py +++ b/ryu/app/quantum_adapter.py @@ -15,7 +15,6 @@ # limitations under the License. from oslo.config import cfg -import logging import traceback from quantumclient import client as q_client @@ -27,7 +26,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 import exception as ryu_exc -- 1.7.10.4 ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel