From 91ef994a80d5563ecff7d934e17b80f16c26969d Mon Sep 17 00:00:00 2001
From: Elleanor Lamb <elleanor.rose.lamb@cern.ch>
Date: Thu, 6 Feb 2025 10:40:18 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Leonard Sebastian Thiele <leonard.sebastian.thiele@cern.ch>
---
 unittests/impedances/test_impedance.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/unittests/impedances/test_impedance.py b/unittests/impedances/test_impedance.py
index b882126e..2e609315 100644
--- a/unittests/impedances/test_impedance.py
+++ b/unittests/impedances/test_impedance.py
@@ -280,8 +280,7 @@ class TestInducedVoltageResonator_nrf_2(unittest.TestCase):
     def test_init_mtw(self):
         ivr = InducedVoltageResonator(beam=self.beam, profile=self.profile,
                                       resonators=self.resonator,
-                                      multi_turn_wake=True
-                                      )
+                                      multi_turn_wake=True)
         
     def test_mtw_false_induced_volt(self):
         ivr = InducedVoltageResonator(beam=self.beam, profile=self.profile,
-- 
GitLab