diff --git a/tests/test_flyer_with_panda.py b/tests/test_flyer_with_panda.py index 755c2a5de9..1eab5a1bba 100644 --- a/tests/test_flyer_with_panda.py +++ b/tests/test_flyer_with_panda.py @@ -24,7 +24,6 @@ from ophyd_async.panda._trigger import StaticSeqTableTriggerLogic from ophyd_async.planstubs import ( prepare_static_seq_table_flyer_and_detectors_with_same_trigger, - fly_and_collect, ) @@ -149,7 +148,7 @@ async def test_hardware_triggered_flyable_with_static_seq_table_logic( """ names = [] docs = [] - detector_list= list(detectors) + detector_list = list(detectors) def append_and_print(name, doc): names.append(name) @@ -157,7 +156,7 @@ def append_and_print(name, doc): RE.subscribe(append_and_print) - number_of_frames=1 + number_of_frames = 1 exposure = 1 deadtime = max(det.controller.get_deadtime(1) for det in detector_list) shutter_time = 0.004