Skip to content

Commit

Permalink
Change data events to conform to DLS standard (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester authored Jan 26, 2023
1 parent 542e3b1 commit bdeadd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blueapi/core/bluesky_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class DataEvent:
"""

name: str
document: Mapping[str, Any]
doc: Mapping[str, Any]


@runtime_checkable
Expand Down

0 comments on commit bdeadd1

Please sign in to comment.