[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-01-12 18:38:19 +00:00
parent 333e2d3435
commit 35db0e79c2

View File

@@ -62,7 +62,9 @@ class NodeManager:
# to additional gateways.
# They are useful for running multiple workers on remote machines.
if getattr(proxy_spec, "id", None) is None:
raise pytest.UsageError(f"Proxy gateway {proxy_spec} must include an id")
raise pytest.UsageError(
f"Proxy gateway {proxy_spec} must include an id"
)
self.group.makegateway(proxy_spec)
if specs is None:
specs = self._gettxspecs()