Skip to content

Commit

Permalink
Remove incorrect type hint
Browse files Browse the repository at this point in the history
Co-authored-by: olliesilvester <[email protected]>
  • Loading branch information
DominicOram and olliesilvester authored Dec 14, 2023
1 parent 2901ebf commit a883d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dodal/devices/smargon.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Smargon(MotorBundle):

stub_offsets: StubOffsets = Cpt(StubOffsets, "")

disabled: EpicsSignal = Cpt(EpicsSignal, "DISABLED")
disabled = Cpt(EpicsSignal, "DISABLED")

def get_xyz_limits(self) -> XYZLimitBundle:
"""Get the limits for the x, y and z axes.
Expand Down

0 comments on commit a883d23

Please sign in to comment.