Skip to content

Commit 839dbf9

Browse files
refactor: remove spurious addition
1 parent 906721b commit 839dbf9

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,6 @@ async def otel_send(message: dict[str, Any]):
845845
status_code = None
846846
if message["type"] == "http.response.start":
847847
status_code = message["status"]
848-
expecting_trailers = message.get("trailers", False)
849848
elif message["type"] == "websocket.send":
850849
status_code = 200
851850

0 commit comments

Comments
 (0)