Skip to content

Commit 2b4dcf9

Browse files
authored
Update test_tf_script_mode.py
1 parent 1e7fcc8 commit 2b4dcf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integ/test_tf_script_mode.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040

4141
@pytest.fixture(
4242
scope="session",
43-
params=["ml.c4.xlarge"]
43+
params=[
44+
"ml.c4.xlarge",
45+
],
4446
)
4547
def instance_type(request):
4648
return request.param

0 commit comments

Comments
 (0)