We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c3309 commit 5b6a34aCopy full SHA for 5b6a34a
pylabrobot/liquid_handling/backends/tecan/EVO_tests.py
@@ -49,7 +49,6 @@ async def send_command(module, command, params=None):
49
self.evo.send_command.side_effect = send_command # type: ignore[method-assign]
50
51
self.deck = EVO150Deck()
52
- self.lh = LiquidHandler(backend=self.evo, deck=self.deck)
53
54
# setup
55
self.evo.setup = unittest.mock.AsyncMock() # type: ignore[method-assign]
0 commit comments