Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sanni-t committed Jan 30, 2024
1 parent 00aeb83 commit 995d243
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/opentrons/hardware_control/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,6 @@ def engaged_axes(self) -> Dict[Axis, bool]:
return self.get_engaged_axes()

async def disengage_axes(self, which: List[Axis]) -> None:
# Should this have wait_for_running decorator too?
await self._backend.disengage_axes([ot2_axis_to_string(ax) for ax in which])

@ExecutionManagerProvider.wait_for_running
Expand Down

0 comments on commit 995d243

Please sign in to comment.