Skip to content

Commit c7630c4

Browse files
committed
refactor: remove Optional from typing imports in smus-mcp.py
1 parent 0667c97 commit c7630c4

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
@@ -10,7 +10,7 @@
1010
import json
1111
import os
1212
import logging
13-
from typing import Any, Dict, Optional
13+
from typing import Any, Dict
1414

1515
import boto3
1616
from mcp.server.fastmcp import FastMCP

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
@@ -10,7 +10,7 @@
1010
import json
1111
import os
1212
import logging
13-
from typing import Any, Dict, Optional
13+
from typing import Any, Dict
1414

1515
import boto3
1616
from mcp.server.fastmcp import FastMCP

0 commit comments

Comments
 (0)