Skip to content

Commit 0f4cf89

Browse files
docs: Add missing import to BlueapiClient docs (#1466)
Added missing `DataEvent` import to docs for BlueapiClient
1 parent 12dfa28 commit 0f4cf89

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/tutorials/scripting-plans.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ This will be one of `WorkerEvent`, `ProgressEvent` or `DataEvent`.
160160
An example that prints data for each point could be something like
161161

162162
```python
163+
from blueapi.core.bluesky_types import DataEvent
164+
163165
def feedback(evt):
164166
match evt:
165167
case DataEvent(name="start"):

0 commit comments

Comments
 (0)