Skip to content

Commit a52144e

Browse files
committed
flake8 workaround
1 parent bec70a0 commit a52144e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/sagemaker/serve/test_serve_js_deep_unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_js_model_with_optimize_speculative_decoding_config_gated_requests_are_e
2727
with (
2828
patch.object(
2929
Session, "create_model", return_value="mock_model"
30-
) as mock_create_model, # flake8: disable=E999
30+
) as mock_create_model, # noqa: E999
3131
patch.object(
3232
Session, "endpoint_from_production_variants"
3333
) as mock_endpoint_from_production_variants,

0 commit comments

Comments
 (0)