Skip to content

Commit 0a2dd73

Browse files
author
hfhoffman1144
committed
linter fixes
1 parent fc42fad commit 0a2dd73

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

python-mcp/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from typing import Any
21
import asyncio
32
from mcp.server.fastmcp import FastMCP
43
from transactional_db import CUSTOMERS_TABLE, ORDERS_TABLE, PRODUCTS_TABLE

python-mcp/tests/test_server.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1+
from contextlib import AsyncExitStack
12
import pytest
23
from mcp import ClientSession, StdioServerParameters
34
from mcp.client.stdio import stdio_client
4-
import asyncio
5-
from contextlib import AsyncExitStack
65

76
SERVER_PATH = "/path/to/your/python-mcp/main.py"
87
EXPECTED_TOOLS = [

0 commit comments

Comments
 (0)