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
This commit is contained in:
zhiyuan_cai 2015-10-08 17:31:04 +08:00
parent 1c95b793af
commit bcac6a4f4b
1 changed files with 1 additions and 0 deletions

View File

@ -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: