Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue: update in app software created conflict in liquid volume and height tracking command Changes Implemented: >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
- Loading branch information