From 5b9e744cb8bd2158c799b7168eb28f154dbb4363 Mon Sep 17 00:00:00 2001
From: Karel van Klink <karel.vanklink@geant.org>
Date: Thu, 2 May 2024 12:39:51 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 gso/workflows/iptrunk/migrate_iptrunk.py | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gso/workflows/iptrunk/migrate_iptrunk.py b/gso/workflows/iptrunk/migrate_iptrunk.py
index 706646ed..6f99015c 100644
--- a/gso/workflows/iptrunk/migrate_iptrunk.py
+++ b/gso/workflows/iptrunk/migrate_iptrunk.py
@@ -223,10 +223,7 @@ def calculate_old_side_data(subscription: Iptrunk, replace_index: int) -> State:
 
 
 @step("Check Optical PRE levels on the trunk endpoint")
-def check_ip_trunk_optical_levels_pre(
-    subscription: Iptrunk,
-    callback_route: str,
-) -> State:
+def check_ip_trunk_optical_levels_pre(subscription: Iptrunk, callback_route: str) -> State:
     """Check Optical PRE levels on the trunk."""
     extra_vars = {"wfo_ip_trunk_json": json.loads(json_dumps(subscription)), "check": "optical_pre"}
 
-- 
GitLab