Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
abbiemery committed May 10, 2024
1 parent 5e63548 commit f9e8cf0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_flyer_with_panda.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)


Expand Down Expand Up @@ -149,15 +148,15 @@ 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)
docs.append(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
Expand Down

0 comments on commit f9e8cf0

Please sign in to comment.