Skip to content

Commit c7039be

Browse files
committed
lint
1 parent d31c13f commit c7039be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-fastapi/tests/test_fastapi_instrumentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ async def _(param: str):
204204
@app.get("/healthzz")
205205
async def _():
206206
return {"message": "ok"}
207-
207+
208208
@app.get("/error")
209209
async def _():
210210
raise UnhandledException("This is an unhandled exception")

0 commit comments

Comments
 (0)