Skip to content

Commit 09642f5

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

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/integ/test_tf_script_mode.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,7 @@
3838
TAGS = [{"Key": "some-key", "Value": "some-value"}]
3939

4040

41-
@pytest.fixture(
42-
scope="session",
43-
params=[
44-
"ml.c4.xlarge",
45-
],
46-
)
41+
@pytest.fixture(scope="session", params=["ml.c4.xlarge"])
4742
def instance_type(request):
4843
return request.param
4944

0 commit comments

Comments
 (0)