Skip to content

Commit 35db0e7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 333e2d3 commit 35db0e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/xdist/workermanage.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ def __init__(
6262
# to additional gateways.
6363
# They are useful for running multiple workers on remote machines.
6464
if getattr(proxy_spec, "id", None) is None:
65-
raise pytest.UsageError(f"Proxy gateway {proxy_spec} must include an id")
65+
raise pytest.UsageError(
66+
f"Proxy gateway {proxy_spec} must include an id"
67+
)
6668
self.group.makegateway(proxy_spec)
6769
if specs is None:
6870
specs = self._gettxspecs()

0 commit comments

Comments
 (0)