Skip to content

Commit aa01eee

Browse files
committed
lint
1 parent 477d06c commit aa01eee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-monitor-opentelemetry/samples/tracing/http_fastapi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
app = fastapi.FastAPI()
1919

20+
2021
# Requests made to fastapi endpoints will be automatically captured
2122
@app.get("/")
2223
async def root():

0 commit comments

Comments
 (0)