Skip to content

Commit d1bd7a6

Browse files
committed
fix: reorder import statements in smus-mcp.py for consistency
1 parent c7630c4 commit d1bd7a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/v2/dirs/etc/sagemaker-ui/sagemaker-mcp/smus-mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"""
99

1010
import json
11-
import os
1211
import logging
12+
import os
1313
from typing import Any, Dict
1414

1515
import boto3

template/v3/dirs/etc/sagemaker-ui/sagemaker-mcp/smus-mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"""
99

1010
import json
11-
import os
1211
import logging
12+
import os
1313
from typing import Any, Dict
1414

1515
import boto3

0 commit comments

Comments
 (0)