Skip to content

Commit 1eeb601

Browse files
committed
copilot review x)
1 parent 3841cd6 commit 1eeb601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/ONT_barcodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ def format_well(well: str) -> str:
614614
return f"{letter}:{num}"
615615

616616

617-
# Build a dict to map a LIMS reagent label to it's properties
617+
# Build a dict to map a LIMS reagent label to its properties
618618
ont_label2dict: dict[str, dict] = {}
619619
for lims_kit, labels in lims_kits2labels.items():
620620
for label in labels:

0 commit comments

Comments
 (0)