Skip to content

Commit 88be0a5

Browse files
committed
Update load.py
formatting
1 parent eddcedd commit 88be0a5

File tree

1 file changed

+1
-1
lines changed
  • pylabrobot/resources/opentrons

1 file changed

+1
-1
lines changed

pylabrobot/resources/opentrons/load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,6 @@ def load_ot_plate_holder(
172172
size_y=data["dimensions"]["yDimension"],
173173
size_z=data["dimensions"]["zDimension"],
174174
child_location=Coordinate(location["x"], location["y"], z_offset),
175-
pedestal_size_z = 0,
175+
pedestal_size_z=0,
176176
model=data["metadata"]["displayName"],
177177
)

0 commit comments

Comments
 (0)