From b7f840e92805bd9b9c7e46b3a410c655998a5bf0 Mon Sep 17 00:00:00 2001 From: Sanniti Date: Mon, 20 May 2024 11:17:00 -0400 Subject: [PATCH] fix APIVersion import path --- api/tests/opentrons/protocols/execution/test_execute_python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tests/opentrons/protocols/execution/test_execute_python.py b/api/tests/opentrons/protocols/execution/test_execute_python.py index 4647750df6d..e663ea1bd69 100644 --- a/api/tests/opentrons/protocols/execution/test_execute_python.py +++ b/api/tests/opentrons/protocols/execution/test_execute_python.py @@ -1,7 +1,7 @@ import pytest -from opentrons import APIVersion from opentrons.protocol_api import ParameterContext +from opentrons.protocols.api_support.types import APIVersion from opentrons.protocols.execution import execute, execute_python from opentrons.protocols.parse import parse