Skip to content

Commit a87b1a5

Browse files
committed
fix: linting
1 parent e295998 commit a87b1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_integ/echo_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
$ python echo_server.py
1616
"""
1717

18-
from typing import Dict, Any
18+
from typing import Any, Dict
1919

2020
from mcp.server import FastMCP
2121

0 commit comments

Comments
 (0)