Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 25, 2024
1 parent 0ccc54a commit b829581
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/xdist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

__all__ = [
"__version__",
"is_xdist_worker",
"is_xdist_master",
"is_xdist_controller",
"get_xdist_worker_id",
"is_xdist_controller",
"is_xdist_master",
"is_xdist_worker",
]

0 comments on commit b829581

Please sign in to comment.