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 26, 2024
1 parent a8310cf commit 71a4b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from tests_fabric.helpers.runif import RunIf


@pytest.fixture
@pytest.fixture()
def distributed():
yield
if torch.distributed.is_initialized():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def fn(model, device_mesh):
return fn


@pytest.fixture
@pytest.fixture()
def distributed():
yield
if torch.distributed.is_initialized():
Expand Down

0 comments on commit 71a4b97

Please sign in to comment.