Skip to content

Commit a02c718

Browse files
author
Sushanth Sathish Kumar
committed
fix: Fix trailing whitespace mistakes
1 parent c856a98 commit a02c718

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/sagemaker/monitor/test_model_monitoring.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1713,7 +1713,6 @@ def test_model_quality_monitor_invalid_dashboard_create(model_quality_monitor, s
17131713
dashboard_name=EXISTING_DASHBOARD_NAME,
17141714
)
17151715

1716-
17171716
def test_model_quality_monitor_creation_failure(model_quality_monitor, sagemaker_session):
17181717
sagemaker_session.sagemaker_client.create_monitoring_schedule = Mock(
17191718
side_effect=Exception("400")

0 commit comments

Comments
 (0)