Skip to content

Update 2bba96.ot2.apiv2.py#4955

Open
Abel-Tes wants to merge 1 commit intodevelopfrom
Abel-Tes-patch-1
Open

Update 2bba96.ot2.apiv2.py#4955
Abel-Tes wants to merge 1 commit intodevelopfrom
Abel-Tes-patch-1

Conversation

@Abel-Tes
Copy link
Copy Markdown
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