Skip to content

Commit

Permalink
Update code format in api_test.py (#832)
Browse files Browse the repository at this point in the history
change code format only
  • Loading branch information
yikaiMeta authored Feb 29, 2024
1 parent 6df4416 commit e0efca2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions torchx/tracker/test/api_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,7 @@ def test_build_trackers_with_no_entrypoints_group_defined(self) -> None:
def test_build_trackers_with_module(self) -> None:
module = MagicMock()
module.return_value = MagicMock(spec=MLflowTracker)
with patch(
"torchx.tracker.api.load_group",
return_value=None,
) and patch(
with patch("torchx.tracker.api.load_group", return_value=None) and patch(
"torchx.tracker.api.load_module",
return_value=module,
):
Expand Down

0 comments on commit e0efca2

Please sign in to comment.