Skip to content

Commit

Permalink
fix imports from ophyd-async for undulator
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Sep 17, 2024
1 parent 5965451 commit c3fe577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dodal/devices/undulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
StandardReadable,
soft_signal_r_and_setter,
)
from ophyd_async.epics.motion import Motor
from ophyd_async.epics import Motor
from ophyd_async.epics.motor import Motor
from ophyd_async.epics.signal import epics_signal_r

Expand Down

0 comments on commit c3fe577

Please sign in to comment.