Skip to content

Commit 447d856

Browse files
committed
ruff
1 parent 47f4f75 commit 447d856

File tree

1 file changed

+1
-1
lines changed
  • src/mcp/server/fastmcp/resources

1 file changed

+1
-1
lines changed

src/mcp/server/fastmcp/resources/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async def read(self) -> str | bytes:
5959
# If it's a coroutine, await it
6060
if inspect.iscoroutine(result):
6161
result = await result
62-
62+
6363
if isinstance(result, Resource):
6464
return await result.read()
6565
elif isinstance(result, bytes):

0 commit comments

Comments
 (0)