diff --git a/lso/routes/ip_trunk.py b/lso/routes/ip_trunk.py
index 6fbe87d266e06d1f5f3a69a71da4857d59232aed..a39a241bd15708d8f83076dc84fbc6f206432b1e 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.