Skip to content

Commit b829581

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0ccc54a commit b829581

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/xdist/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
__all__ = [
99
"__version__",
10-
"is_xdist_worker",
11-
"is_xdist_master",
12-
"is_xdist_controller",
1310
"get_xdist_worker_id",
11+
"is_xdist_controller",
12+
"is_xdist_master",
13+
"is_xdist_worker",
1414
]

0 commit comments

Comments
 (0)