Skip to content

Commit

Permalink
actually fix plunger movement
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura-Danielle committed Nov 21, 2024
1 parent 308d1f5 commit cef72e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion api/src/opentrons/hardware_control/dev_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
PipetteConfigurations,
SupportedTipsDefinition,
PipetteBoundingBoxOffsetDefinition,
PlungerPositions,
)
from opentrons_shared_data.gripper import (
GripperModel,
Expand Down
1 change: 1 addition & 0 deletions api/src/opentrons/protocol_api/core/engine/robot.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from typing import Optional, Dict, Union
from opentrons.hardware_control import SyncHardwareAPI
from opentrons_shared_data.pipette.pipette_definition import SupportedTipsDefinition

from opentrons.types import Mount, MountType, Point, AxisType, AxisMapType
from opentrons_shared_data.pipette import types as pip_types
Expand Down

0 comments on commit cef72e8

Please sign in to comment.