From b6a13c21bae35fa0bc760d0f6fd1d6ed416e510c Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Wed, 24 Apr 2024 16:26:42 -0400 Subject: [PATCH] this one too --- .../opentrons/protocol_engine/commands/test_reload_labware.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/tests/opentrons/protocol_engine/commands/test_reload_labware.py b/api/tests/opentrons/protocol_engine/commands/test_reload_labware.py index 29057d88ebb..556d4975786 100644 --- a/api/tests/opentrons/protocol_engine/commands/test_reload_labware.py +++ b/api/tests/opentrons/protocol_engine/commands/test_reload_labware.py @@ -8,7 +8,6 @@ from opentrons.protocols.models import LabwareDefinition from opentrons.protocol_engine.errors import ( - LabwareIsNotAllowedInLocationError, LabwareNotLoadedError, )