Skip to content

Commit 77f0d01

Browse files
committed
Revert "unassign resource on pickup"
This reverts commit 4c79e3e.
1 parent 0611e22 commit 77f0d01

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"subclassing",
2323
"subresource",
2424
"tadm",
25-
"thermocycler",
2625
"tiprack",
2726
"usascientific",
2827
"websockets"

pylabrobot/liquid_handling/liquid_handler.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1889,9 +1889,6 @@ async def pick_up_resource(
18891889
self._resource_pickup = None
18901890
raise e
18911891

1892-
# unassign from parent
1893-
resource.unassign()
1894-
18951892
async def move_picked_up_resource(
18961893
self,
18971894
to: Coordinate,

0 commit comments

Comments
 (0)