Skip to content

Commit eca7f45

Browse files
author
Chuyang Deng
committed
resolve black-format error
1 parent dd96a23 commit eca7f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_fw_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def is_mxnet_1_4_py2(framework, framework_version, py_version):
110110

111111
@pytest.fixture(
112112
scope="module",
113-
params=["1.11", "1.11.0", "1.12", "1.12.0", "1.14", "1.14.0", "1.15", "1.15.0", "2.0", "2.2.0"]
113+
params=["1.11", "1.11.0", "1.12", "1.12.0", "1.14", "1.14.0", "1.15", "1.15.0", "2.0", "2.2.0"],
114114
)
115115
def tf_version(request):
116116
return request.param

0 commit comments

Comments
 (0)