Skip to content

Commit

Permalink
move to set
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Nov 15, 2024
1 parent 9e96c28 commit 113030c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blueapi/startup/example_plans.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ def stp_snapshot(
Iterator[MsgGenerator]: Bluesky messages
"""
yield from move({temperature: 0, pressure: 10**5}) # type: ignore
yield from count(detectors, 1)
yield from count(set(detectors), 1)

0 comments on commit 113030c

Please sign in to comment.