Skip to content

Commit 7e5e69b

Browse files
committed
formatting
1 parent c822545 commit 7e5e69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def huggingface_training_compiler_pytorch_py_version(
356356
@pytest.fixture(scope="module")
357357
def huggingface_pytorch_latest_training_py_version(
358358
huggingface_training_pytorch_latest_version,
359-
):
359+
):
360360
if Version(huggingface_training_pytorch_latest_version) >= Version("2.3"):
361361
return "py311"
362362
if Version(huggingface_training_pytorch_latest_version) >= Version("2.0"):

0 commit comments

Comments
 (0)