Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Nov 12, 2024
1 parent 59b12a4 commit 7ddd522
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
1075.00,
],
},
}
},
},
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ def _create_fake_pipette_id(mount: OT3Mount, model: Optional[str]) -> Optional[s
assert len(items) == 3
match items[0]:
case "p1000":
size="P1K"
size = "P1K"
version = 35
case "p50":
size="P50"
size = "P50"
version = 35
case "p200":
size="P2H"
size = "P2H"
version = 30
channels = "S" if items[1] == "single" else "M"
date = datetime.now().strftime("%y%m%d")
Expand Down

0 comments on commit 7ddd522

Please sign in to comment.