Skip to content

Commit

Permalink
Missed references
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Nov 14, 2024
1 parent 8e71662 commit 05e03ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/blueapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ worker:
- kind: planFunctions
module: blueapi.startup.example_plans
- kind: planFunctions
module: dls_bluesky_core.plans
module: dodal.plans
- kind: planFunctions
module: dls_bluesky_core.stubs
module: dodal.plan_stubs.wrapped
stomp:
auth:
username: guest
Expand Down
3 changes: 2 additions & 1 deletion src/blueapi/core/bluesky_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
Triggerable,
WritesExternalAssets,
)
from dls_bluesky_core.core import MsgGenerator, PlanGenerator
from bluesky.utils import MsgGenerator
from dodal.common import PlanGenerator
from ophyd_async.core import Device as AsyncDevice
from pydantic import BaseModel, Field

Expand Down
2 changes: 1 addition & 1 deletion tests/unit_tests/core/fake_plan_module.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from dls_bluesky_core.plans import scan # noqa: F401
from dodal.plans import spec_scan # noqa: F401

0 comments on commit 05e03ea

Please sign in to comment.