diff --git a/api/src/opentrons/hardware_control/backends/ot3simulator.py b/api/src/opentrons/hardware_control/backends/ot3simulator.py index 4d702b1dff6..6e439c42c40 100644 --- a/api/src/opentrons/hardware_control/backends/ot3simulator.py +++ b/api/src/opentrons/hardware_control/backends/ot3simulator.py @@ -476,9 +476,7 @@ def _attached_pipette_to_mount( ), "id": None, } - if (found_model and expected_instr or found_model) and init_instr[ - "id" - ] is not None: + if found_model and init_instr["id"] is not None: # Instrument detected matches instrument expected (note: # "instrument detected" means passed as an argument to the # constructor of this class)