Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2bba96.ot2.apiv2.py #4955

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Update 2bba96.ot2.apiv2.py #4955

wants to merge 1 commit into from

Conversation

Abel-Tes
Copy link
Collaborator

@Abel-Tes Abel-Tes commented Nov 8, 2023

Issue: update in app software created conflict in liquid volume and height tracking command:

Line 74 Initially: super().init(well._impl)
Line 74 Correction: super().init(well.parent, well._core, APIVersion(2, 13))

Also added in line 5: from opentrons.protocols.api_support.types import APIVersion

overview

this PR does something in reference to protocol XXXXXX. closes #YYYY

changelog

mm/dd/yyyy

  • change 1
  • change 2
  • update protoBuilds

Issue: update in app software created conflict in liquid volume and height tracking command: 

Line 74 Initially:  super().__init__(well._impl)
Line 74 Correction: super().__init__(well.parent, well._core, APIVersion(2, 13))

Also added in line 5: from opentrons.protocols.api_support.types import APIVersion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant