Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Nov 25, 2024
1 parent 9137ec2 commit 3d8d9ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion api/src/opentrons/protocol_engine/commands/aspirate.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from typing_extensions import Literal

from .pipetting_common import (
ErrorLocationInfo,
OverpressureError,
PipetteIdMixin,
AspirateVolumeMixin,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from opentrons.protocol_engine.commands.pipetting_common import OverpressureError
from opentrons.protocol_engine.commands.movement_common import StallOrCollisionError
from opentrons.protocol_engine.state import update_types
from opentrons.types import MountType, Point
from opentrons.types import Point
from opentrons.protocol_engine import (
LiquidHandlingWellLocation,
WellOrigin,
Expand All @@ -36,7 +36,6 @@
from opentrons.protocol_engine.resources.model_utils import ModelUtils
from opentrons.protocol_engine.types import (
CurrentWell,
LoadedPipette,
AspiratedFluid,
FluidKind,
WellLocation,
Expand Down

0 comments on commit 3d8d9ae

Please sign in to comment.