Skip to content

Commit bd8b189

Browse files
committed
Fix formatting
1 parent 29db434 commit bd8b189

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_instruments_setupper.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ def test_instruments_setupper_causes_instruments_lifespan() -> None:
3636
with current_setupper:
3737
pass
3838

39-
all_mock_calls: typing.Final = [one_mocked_instrument.mock_calls for one_mocked_instrument in current_setupper.instrument_box.instruments]
39+
all_mock_calls: typing.Final = [
40+
one_mocked_instrument.mock_calls for one_mocked_instrument in current_setupper.instrument_box.instruments
41+
]
4042
expected_successful_instrument_calls: typing.Final = [
4143
mock.call.is_ready(),
4244
mock.call.bootstrap(),

0 commit comments

Comments
 (0)