From 1a4aa8085c53a26e0cfa769371befa790dc79fd6 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 706646edb..6f99015c8 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