Skip to content

Commit

Permalink
update needed after merging in edge
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg committed Oct 9, 2024
1 parent a3ac146 commit 38afbc3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
DeckSlotLocation,
OnLabwareLocation,
WellLocation,
LiquidHandlingWellLocation,
PickUpTipWellLocation,
DropTipWellLocation,
)
from opentrons.protocol_engine.types import (
Expand Down Expand Up @@ -66,7 +68,7 @@ def check_safe_for_pipette_movement(
pipette_id: str,
labware_id: str,
well_name: str,
well_location: Union[WellLocation, DropTipWellLocation],
well_location: Union[WellLocation, LiquidHandlingWellLocation, PickUpTipWellLocation, DropTipWellLocation],
) -> None:
"""Check if the labware is safe to move to with a pipette in partial tip configuration.
Expand Down

0 comments on commit 38afbc3

Please sign in to comment.