From 9a7a55ed22185bbd3a43d45c6b4a9885cf509e37 Mon Sep 17 00:00:00 2001 From: root <root@simone04.dev.gap.geant.org> Date: Mon, 7 Aug 2023 09:33:10 +0000 Subject: [PATCH] black on lso/routes/ip_trunk.py to pass pipeline --- lso/routes/ip_trunk.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lso/routes/ip_trunk.py b/lso/routes/ip_trunk.py index 6fbe87d..a39a241 100644 --- a/lso/routes/ip_trunk.py +++ b/lso/routes/ip_trunk.py @@ -169,10 +169,7 @@ def check_ip_trunk(params: IPTrunkCheckParams) -> PlaybookLaunchResponse: :return: Response from the Ansible runner, including a run ID. :rtype: :class:`lso.playbook.PlaybookLaunchResponse` """ - extra_vars = { - "wfo_ip_trunk_json": params.subscription, - "check": params.check_name - } + extra_vars = {"wfo_ip_trunk_json": params.subscription, "check": params.check_name} # FIXME: needs to be updated when checks become available, this includes # writing tests. -- GitLab