mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 05:24:18 +02:00
fix ruff
This commit is contained in:
parent
587c48f27c
commit
2591836d86
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ class OpenAPIResource(Resource):
|
|||
# Ensure we don't use resource identifier as parameter
|
||||
if i < expected_param_count:
|
||||
# Get values from the end of parts
|
||||
param_value = parts[-1 -i]
|
||||
param_value = parts[-1 - i]
|
||||
path_params[param_name] = param_value
|
||||
|
||||
# Replace path parameters with their values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue