Skip to content

Commit 5de096b

Browse files
committed
style: remove unused import
1 parent 90ebaf0 commit 5de096b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/sagemaker/sagemaker-templates/templates/model_deploy/seed_code/deploy_app/tests/test_synth_s3_permissions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import json
99
import os
1010
import sys
11-
from unittest.mock import MagicMock, patch
11+
from unittest.mock import MagicMock
1212

1313
# -- Dummy environment variables (must be set before importing constants) ----
1414
_ENV = {

0 commit comments

Comments
 (0)