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 Oct 8, 2024
1 parent f2753e7 commit 63e7017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tests/universal/pt/model/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ def setUpClass(cls):
type_map=cls.expected_type_map,
)
cls.module = DPLinearModel(
[dp_model1,dp_model2],
[dp_model1, dp_model2],
type_map=cls.expected_type_map,
)
# only test jit API once for different models
Expand Down

0 comments on commit 63e7017

Please sign in to comment.