Skip to content

Commit 827427a

Browse files
Sushanth Sathish Kumarsushanthkumar2004
authored andcommitted
fix: Fix all style checks
1 parent efbeab3 commit 827427a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/sagemaker/monitor/test_model_monitoring.py

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

1716+
17161717
def test_model_quality_monitor_creation_failure(model_quality_monitor, sagemaker_session):
17171718
sagemaker_session.sagemaker_client.create_monitoring_schedule = Mock(
17181719
side_effect=Exception("400")

0 commit comments

Comments
 (0)