Merge "remove trailing comma for linter"

This commit is contained in:
Zuul 2018-10-05 00:53:46 +00:00 committed by Gerrit Code Review
commit 5e104965a3

View File

@ -173,7 +173,7 @@ class DriverController(object):
registry.publish(
resources.ROUTER_CONTROLLER,
events.PRECOMMIT_ADD_ASSOCIATION,
trigger, payload=payload),
trigger, payload=payload)
def get_provider_for_router(self, context, router_id):
"""Return the provider driver handle for a router id."""