Skip to content

Commit 412b598

Browse files
committed
fix
1 parent 41f1ccc commit 412b598

File tree

1 file changed

+0
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-fastapi/src/opentelemetry/instrumentation/fastapi

1 file changed

+0
-1
lines changed

instrumentation/opentelemetry-instrumentation-fastapi/src/opentelemetry/instrumentation/fastapi/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ def build_middleware_stack(self: Starlette) -> ASGIApp:
313313
app = ServerErrorMiddleware(app)
314314
return app
315315

316-
317316
app._original_build_middleware_stack = app.build_middleware_stack
318317
app.build_middleware_stack = types.MethodType(
319318
build_middleware_stack, app

0 commit comments

Comments
 (0)