Skip to content

Commit

Permalink
Update src/dls_bluesky_core/core/types.py
Browse files Browse the repository at this point in the history
Co-authored-by: Callum Forrester <callum.forrester@diamond.ac.uk>
  • Loading branch information
DiamondJoseph and callumforrester authored Oct 13, 2023
1 parent 7afeb2b commit 5659bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dls_bluesky_core/core/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
MsgGenerator = Generator[Msg, Any, None]
# 'A function that generates a plan'
PlanGenerator = Callable[..., MsgGenerator]
ScanAxis = Union[Device, DURATION]
ScanAxis = Union[str, Device, DURATION]

0 comments on commit 5659bc4

Please sign in to comment.