Skip to content

Commit

Permalink
format, though this doesn't seem right
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Feb 10, 2025
1 parent 6af9b6f commit 3a85315
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,7 @@ def __init__(self) -> None:
(r"line \d+,", "line N,"),
],
}
self.id_keys_to_replace = [
"id",
"pipetteId",
"labwareId",
"serialNumber",
"moduleId",
"liquidId",
"offsetId",
"lidId"
]
self.id_keys_to_replace = ["id", "pipetteId", "labwareId", "serialNumber", "moduleId", "liquidId", "offsetId", "lidId"]
self.timestamp_keys_to_replace = [
"createdAt",
"startedAt",
Expand Down

0 comments on commit 3a85315

Please sign in to comment.