Skip to content

Commit de6e66c

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

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

python-mcp/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import asyncio
2+
23
from mcp.server.fastmcp import FastMCP
34
from transactional_db import CUSTOMERS_TABLE, ORDERS_TABLE, PRODUCTS_TABLE
45

python-mcp/tests/test_server.py

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

0 commit comments

Comments
 (0)