Skip to content

Commit 2c71b08

Browse files
committed
removes print statements
1 parent cb73fa3 commit 2c71b08

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/opentrons/labware/test_pipette.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -468,9 +468,6 @@ def test_touch_tip(self):
468468

469469
self.robot.simulate()
470470

471-
from pprint import pprint
472-
pprint(self.p200.move_to.mock_calls)
473-
474471
expected = [
475472
mock.call(self.plate[0], enqueue=False, strategy='arc'),
476473
mock.call(

0 commit comments

Comments
 (0)