Skip to content

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.

2 participants