Skip to content

Commit cfafb2f

Browse files
committed
Use correct branch name in Starlette reference link
1 parent a8340e4 commit cfafb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/shared/_callable_inspection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Callable inspection utilities.
22
33
Adapted from Starlette's `is_async_callable` implementation.
4-
https://github.com/encode/starlette/blob/master/starlette/_utils.py
4+
https://github.com/encode/starlette/blob/main/starlette/_utils.py
55
"""
66

77
from __future__ import annotations

0 commit comments

Comments
 (0)