Skip to content

Commit 237e8d7

Browse files
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 39e4a36 commit 237e8d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def pytest_configure():
126126
# model groups of the form any_<weight format>_model that include all models providing a specific weight format
127127
#
128128

129+
129130
@pytest.fixture(params=[] if skip_torch else torch_models)
130131
def any_torch_model(request):
131132
return pytest.model_packages[request.param]

0 commit comments

Comments
 (0)