Skip to content

Commit 3059eb8

Browse files
committed
Fix bimorph_optimisation type ignore
1 parent 24d13f8 commit 3059eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dodal/plans/bimorph.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ def outer_scan():
255255

256256
for bimorph_position in bimorph_positions:
257257
yield from bps.mv(
258-
mirror, # type: ignore
259-
bimorph_position,
258+
mirror,
259+
bimorph_position, # type: ignore
260260
)
261261
yield from bps.sleep(bimorph_settle_time)
262262

0 commit comments

Comments
 (0)