Skip to content

Commit d909633

Browse files
committed
lint
1 parent f825c76 commit d909633

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
@@ -210,7 +210,7 @@ async def _(param: str):
210210
@app.get("/healthzz")
211211
async def _():
212212
return {"message": "ok"}
213-
213+
214214
@app.get("/error")
215215
async def _():
216216
raise UnhandledException("This is an unhandled exception")

0 commit comments

Comments
 (0)