Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
retrry committed Oct 25, 2024
1 parent 255de61 commit faf8ca6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,9 @@ def _get_route_details(scope, app=None):
route = starlette_route.path # Capture the full route template
break
if match == Match.PARTIAL:
route = starlette_route.path # Fallback, though this is rare in FastAPI
route = (
starlette_route.path
) # Fallback, though this is rare in FastAPI

return route

Expand Down

0 comments on commit faf8ca6

Please sign in to comment.