Skip to content

Commit d0afe51

Browse files
author
Yuchen Nie
committed
fix the blank lines
1 parent 7259523 commit d0afe51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,12 @@ def mxnet_eia_py_version(mxnet_eia_version, request):
163163
else:
164164
return "py3"
165165

166+
166167
@pytest.fixture(scope="module")
167168
def mxnet_eia_latest_py_version():
168169
return "py3"
169170

171+
170172
@pytest.fixture(scope="module", params=["py2", "py3"])
171173
def pytorch_training_py_version(pytorch_training_version, request):
172174
if Version(pytorch_training_version) < Version("1.5.0"):

0 commit comments

Comments
 (0)