fix ruff number 123

This commit is contained in:
Juergen Eger 2025-04-29 08:27:34 +00:00
commit ba7b44879a

View file

@ -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 = {}