Skip to content

Commit c66034d

Browse files
committed
formatting
1 parent 9da34d1 commit c66034d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pylabrobot/liquid_handling/backends/hamilton/STAR_tests.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,9 @@ def _make_backend_for_setup(self) -> STARBackend:
225225
backend.move_all_channels_in_z_safety = unittest.mock.AsyncMock()
226226
backend.move_core_96_to_safe_position = unittest.mock.AsyncMock()
227227
backend.request_tip_presence = unittest.mock.AsyncMock(return_value=[False] * 8)
228-
backend.request_firmware_version = unittest.mock.AsyncMock(return_value="C0RFid0001rf2024.01.01")
228+
backend.request_firmware_version = unittest.mock.AsyncMock(
229+
return_value="C0RFid0001rf2024.01.01"
230+
)
229231
backend.channels_request_y_minimum_spacing = unittest.mock.AsyncMock(return_value=[9.0] * 8)
230232
return backend
231233

0 commit comments

Comments
 (0)