Skip to content

Commit bbf2fbf

Browse files
committed
Fix type checking
1 parent 3059eb8 commit bbf2fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dodal/plans/bimorph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def outer_scan():
255255

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

0 commit comments

Comments
 (0)