Skip to content

Commit

Permalink
fix linter again
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura-Danielle committed Feb 26, 2024
1 parent 056ecd4 commit 6f2e232
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
clear_tip_length_calibration,
models,
)
from opentrons_shared_data.pipette.dev_types import LabwareUri

if TYPE_CHECKING:
from opentrons_shared_data.labware.dev_types import LabwareDefinition
Expand All @@ -39,7 +40,7 @@ def starting_calibration_data(
save_tip_length_calibration("pip1", tip_length1)
save_tip_length_calibration("pip2", tip_length2)
save_tip_length_calibration("pip1", tip_length3)
inside_data = tip_length3["dummy_namespace/minimal_labware_def/1"]
inside_data = tip_length3[LabwareUri("dummy_namespace/minimal_labware_def/1")]
data = {
inside_data.definitionHash: {
"tipLength": 27,
Expand Down

0 comments on commit 6f2e232

Please sign in to comment.