vpp/reconciler: format diff with black

Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
This commit is contained in:
Dave Wallace
2022-04-26 21:30:06 -04:00
parent b09773ae75
commit a9cff05ca4

View File

@ -38,7 +38,12 @@ class Reconciler:
but not yet in the dataplane; and finally it syncs the configuration attributes of but not yet in the dataplane; and finally it syncs the configuration attributes of
objects that can be changed at runtime.""" objects that can be changed at runtime."""
def __init__(self, cfg, vpp_api_socket='/run/vpp/api.sock', vpp_json_dir='/usr/share/vpp/api/'): def __init__(
self,
cfg,
vpp_api_socket="/run/vpp/api.sock",
vpp_json_dir="/usr/share/vpp/api/",
):
self.logger = logging.getLogger("vppcfg.reconciler") self.logger = logging.getLogger("vppcfg.reconciler")
self.logger.addHandler(logging.NullHandler()) self.logger.addHandler(logging.NullHandler())