Skip to content

Commit

Permalink
linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sanni-t committed Dec 20, 2024
1 parent c7ffe85 commit 9b2de59
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def retract_after_aspiration(self, volume: float) -> None:
)
)

def retract_after_dispensing(
def retract_after_dispensing( # noqa: C901
self,
trash_location: Union[Location, TrashBin, WasteChute],
source_location: Optional[Location],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
TransferComponentsExecutor,
TransferType,
TipState,
LiquidAndAirGapPair,
)
from opentrons.protocol_engine import (
DeckPoint,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
absolute_point_from_position_reference_and_offset,
TipState,
TransferType,
LiquidAndAirGapPair,
)
from opentrons.types import Location, Point

Expand Down

0 comments on commit 9b2de59

Please sign in to comment.