Skip to content

Commit 90f112c

Browse files
author
Polygon
committed
Remove unused imports
1 parent 799f1cf commit 90f112c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/mcp_polygon/server.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
import asyncio
21
import os
3-
from datetime import datetime, date
4-
from typing import Optional, List, Dict, Any, Union
52

63
from mcp.server.models import InitializationOptions
74
import mcp.types as types
85
from mcp.server import NotificationOptions, Server
9-
from pydantic import AnyUrl, BaseModel, Field
6+
from pydantic import AnyUrl
107
import mcp.server.stdio
118
from polygon import RESTClient
129

0 commit comments

Comments
 (0)