Skip to content

Commit

Permalink
format py
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Dec 12, 2024
1 parent ec43453 commit 52dbfcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def _offset_applies_to_labware(_o: dict) -> bool:
return False
offset_uri = _o["definitionUri"]
if offset_uri[0:-1] != lw_uri[0:-1]: # drop schema version number
#ui.print_info(f"{_o} does not apply {offset_uri} != {lw_uri}")
# ui.print_info(f"{_o} does not apply {offset_uri} != {lw_uri}")
# NOTE: we're allowing tip-rack adapters to share offsets
# because it doesn't make a difference which volume
# of tip it holds
Expand Down

0 comments on commit 52dbfcb

Please sign in to comment.