From 3d8d9aec38c86dc6b7111eeb9ed666dfde102867 Mon Sep 17 00:00:00 2001 From: Max Marrone Date: Mon, 25 Nov 2024 13:18:03 -0500 Subject: [PATCH] Lint. --- api/src/opentrons/protocol_engine/commands/aspirate.py | 1 - api/tests/opentrons/protocol_engine/commands/test_aspirate.py | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/api/src/opentrons/protocol_engine/commands/aspirate.py b/api/src/opentrons/protocol_engine/commands/aspirate.py index 97441a9ae2f..ea5de2626da 100644 --- a/api/src/opentrons/protocol_engine/commands/aspirate.py +++ b/api/src/opentrons/protocol_engine/commands/aspirate.py @@ -5,7 +5,6 @@ from typing_extensions import Literal from .pipetting_common import ( - ErrorLocationInfo, OverpressureError, PipetteIdMixin, AspirateVolumeMixin, diff --git a/api/tests/opentrons/protocol_engine/commands/test_aspirate.py b/api/tests/opentrons/protocol_engine/commands/test_aspirate.py index b30e81986e7..5a11fa80387 100644 --- a/api/tests/opentrons/protocol_engine/commands/test_aspirate.py +++ b/api/tests/opentrons/protocol_engine/commands/test_aspirate.py @@ -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, @@ -36,7 +36,6 @@ from opentrons.protocol_engine.resources.model_utils import ModelUtils from opentrons.protocol_engine.types import ( CurrentWell, - LoadedPipette, AspiratedFluid, FluidKind, WellLocation,