Skip to content

Commit

Permalink
fix APIVersion import path
Browse files Browse the repository at this point in the history
  • Loading branch information
sanni-t committed May 20, 2024
1 parent ef09068 commit b7f840e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit b7f840e

Please sign in to comment.