From bcac6a4f4b42aa057f636b0e08f28d53fcbe180b Mon Sep 17 00:00:00 2001 From: zhiyuan_cai Date: Thu, 8 Oct 2015 17:31:04 +0800 Subject: [PATCH] Fix pep8 error A recent patch containing a pep8 error was merged without pep8 check since CI was down at that time. Do a quick fix here. Change-Id: I8e9e5297c9e31d9f4089091274d59ec2e2bc96b0 --- tricircle/common/rpc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tricircle/common/rpc.py b/tricircle/common/rpc.py index 4c3036e2..81a0f274 100644 --- a/tricircle/common/rpc.py +++ b/tricircle/common/rpc.py @@ -29,6 +29,7 @@ TRANSPORT = oslo_messaging.get_transport(cfg.CONF) LOG = logging.getLogger(__name__) + class NetworkingRpcApi(object): def __init__(self): if not neutron_rpc.TRANSPORT: