mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 05:24:18 +02:00
fix ruff number 123
This commit is contained in:
parent
2591836d86
commit
ba7b44879a
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ class OpenAPIResource(Resource):
|
|||
if "{" in path and "}" in path:
|
||||
# Extract the resource ID from the URI (the last part after the last slash)
|
||||
parts = resource_uri.split("/")
|
||||
|
||||
|
||||
if len(parts) > 1:
|
||||
# Find all path parameters in the route path
|
||||
path_params = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue