Skip to content

Commit

Permalink
changed List to list
Browse files Browse the repository at this point in the history
  • Loading branch information
ZohebShaikh committed Oct 24, 2024
1 parent 06b6b0d commit 3182f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ophyd_async/plan_stubs/_fly.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def prepare_static_seq_table_flyer_and_detectors_with_same_trigger(
def fly_and_collect(
stream_name: str,
flyer: StandardFlyer[SeqTableInfo] | StandardFlyer[PcompInfo],
detectors: List[StandardDetector],
detectors: list[StandardDetector],
flush_period: float = 0.5,
):
"""Kickoff, complete and collect with a flyer and multiple detectors.
Expand Down

0 comments on commit 3182f97

Please sign in to comment.