Skip to content

Commit 516b797

Browse files
Delete self.done() unused definition
Co-authored-by: David Vo <[email protected]>
1 parent bb01b16 commit 516b797

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

controllers/coral_placer.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,3 @@ def safing(self, initial_call: bool) -> None:
5555
self.wrist.go_to_neutral()
5656
self.done()
5757
return
58-
59-
def done(self) -> None:
60-
super().done()

0 commit comments

Comments
 (0)