Skip to content

Commit 29a9abc

Browse files
fix: black check
1 parent af57fae commit 29a9abc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integ/test_auto_ml.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def test_auto_ml_describe_auto_ml_job(sagemaker_session):
170170
},
171171
"TargetAttributeName": TARGET_ATTRIBUTE_NAME,
172172
"ContentType": "text/csv;header=present",
173-
'ChannelType': 'training',
173+
"ChannelType": "training",
174174
}
175175
]
176176
expected_default_output_config = {
@@ -208,7 +208,7 @@ def test_auto_ml_attach(sagemaker_session):
208208
},
209209
"TargetAttributeName": TARGET_ATTRIBUTE_NAME,
210210
"ContentType": "text/csv;header=present",
211-
'ChannelType': 'training',
211+
"ChannelType": "training",
212212
}
213213
]
214214
expected_default_output_config = {

0 commit comments

Comments
 (0)