Skip to content

Commit 8741182

Browse files
committed
ruff format
1 parent 6ec4287 commit 8741182

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

utils/emulator_launcher.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def wrapper(msg: str) -> str | None:
346346

347347
if msg is None:
348348
msg = (
349-
"Expected function '{}' to evaluate to True " "when reading emulator property '{}'."
349+
"Expected function '{}' to evaluate to True when reading emulator property '{}'."
350350
).format(func.__name__, emulator_property)
351351

352352
err = self._wait_for_emulator_lambda(partial(wrapper, msg), timeout)
@@ -400,8 +400,7 @@ def wrapper(msg: str) -> str | None:
400400

401401
if msg is None:
402402
msg = (
403-
"Expected function '{}' to evaluate to False "
404-
"when reading emulator property '{}'."
403+
"Expected function '{}' to evaluate to False when reading emulator property '{}'."
405404
).format(func.__name__, emulator_property)
406405

407406
err = self._wait_for_emulator_lambda(partial(wrapper, msg), timeout)

0 commit comments

Comments
 (0)