We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b1311 commit c478378Copy full SHA for c478378
docs/integrations/web-frameworks/fastapi.md
@@ -23,7 +23,7 @@ pip install uvicorn
23
24
You can run it with `python main.py`:
25
26
-```py title="main.py"
+```py title="main.py" hl_lines="6-7"
27
import logfire
28
from fastapi import FastAPI
29
0 commit comments