We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a55cb commit 04f4299Copy full SHA for 04f4299
1 file changed
src/blueapi/core/bluesky_types.py
@@ -24,12 +24,12 @@
24
WritesExternalAssets,
25
)
26
from bluesky.utils import Msg, MsgGenerator
27
-from dodal.common import PlanGenerator
28
from ophyd_async.core import Device as AsyncDevice
29
from pydantic import BaseModel, Field
30
31
from blueapi.utils import BlueapiBaseModel
32
+PlanGenerator = Callable[..., MsgGenerator]
33
PlanWrapper = Callable[[MsgGenerator], MsgGenerator]
34
35
#: An object that encapsulates the device to do useful things to produce
0 commit comments