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:
parent
1c95b793af
commit
bcac6a4f4b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user