Skip to content

Commit

Permalink
docs: appease sphinx autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
omgitsaheadcrab committed Aug 20, 2024
1 parent a5bfd43 commit 9daafa7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class FastAPIInstrumentor(BaseInstrumentor):

@staticmethod
def instrument_app(
app: fastapi.FastAPI,
app,
server_request_hook: ServerRequestHook = None,
client_request_hook: ClientRequestHook = None,
client_response_hook: ClientResponseHook = None,
Expand All @@ -238,7 +238,7 @@ def instrument_app(
"""Instrument an uninstrumented FastAPI application.
Args:
app: The ASGI application callable to forward requests to.
app: The fastapi ASGI application callable to forward requests to.
server_request_hook: Optional callback which is called with the server span and ASGI
scope object for every incoming request.
client_request_hook: Optional callback which is called with the internal span, and ASGI
Expand Down

0 comments on commit 9daafa7

Please sign in to comment.