Skip to content

Commit 61c567d

Browse files
authored
Fixed typo
1 parent c4ce8dd commit 61c567d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integ/timeout.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ def timeout_and_delete_endpoint_by_name(endpoint_name, sagemaker_session, second
7878
_show_endpoint_logs(endpoint_name, sagemaker_session)
7979
if no_errors:
8080
_cleanup_endpoint_logs(endpoint_name, sagemaker_session)
81-
return
81+
return
8282
except ClientError as ce:
8383
if ce.response['Error']['Code'] == 'ValidationException':
8484
# avoids the inner exception to be overwritten
8585
pass
86-
# trying to delte the resource again in 10 seconds
86+
# trying to delete the resource again in 10 seconds
8787
sleep(10)
8888

8989

0 commit comments

Comments
 (0)