Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Sep 19, 2024
1 parent f8ecf3d commit f08fe85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def setup_prometheus_instrumentation(app: FastAPI) -> Instrumentator:
registry=registry,
).instrument(app)

async def _on_startup(app: FastAPI) -> None:
async def _on_startup() -> None:
instrumentator.expose(app, include_in_schema=False)

def _unregister() -> None:
Expand Down

0 comments on commit f08fe85

Please sign in to comment.