Skip to content

Commit 04f4299

Browse files
committed
Use local definition of plan generator
1 parent 94a55cb commit 04f4299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/blueapi/core/bluesky_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
WritesExternalAssets,
2525
)
2626
from bluesky.utils import Msg, MsgGenerator
27-
from dodal.common import PlanGenerator
2827
from ophyd_async.core import Device as AsyncDevice
2928
from pydantic import BaseModel, Field
3029

3130
from blueapi.utils import BlueapiBaseModel
3231

32+
PlanGenerator = Callable[..., MsgGenerator]
3333
PlanWrapper = Callable[[MsgGenerator], MsgGenerator]
3434

3535
#: An object that encapsulates the device to do useful things to produce

0 commit comments

Comments
 (0)