Skip to content

Commit e5b07c4

Browse files
committed
remove comment - not needed
1 parent 093217b commit e5b07c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/fastmcp/test_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ async def test_get_prompt_without_description(self):
10001000
"""Test getting a prompt without description returns empty string."""
10011001
mcp = FastMCP()
10021002

1003-
@mcp.prompt() # No description provided
1003+
@mcp.prompt()
10041004
def fn(name: str) -> str:
10051005
return f"Hello, {name}!"
10061006

0 commit comments

Comments
 (0)