Skip to content

Commit e2f11c2

Browse files
author
deeleeramone
committed
ruff format
1 parent 6856906 commit e2f11c2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pywry/tests/test_alerts.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -598,9 +598,7 @@ def _alert_app(self, request, light_app):
598598
time.sleep(1.0 * (attempt + 1)) # progressive back-off
599599

600600
if last_error is not None:
601-
pytest.skip(
602-
f"Subprocess failed to start after {max_attempts} attempts: {last_error}"
603-
)
601+
pytest.skip(f"Subprocess failed to start after {max_attempts} attempts: {last_error}")
604602

605603
yield
606604

0 commit comments

Comments
 (0)