We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9415acb commit 0dca718Copy full SHA for 0dca718
logfire/_internal/utils.py
@@ -179,7 +179,7 @@ def span_to_dict(span: ReadableSpan) -> ReadableSpanDict:
179
class UnexpectedResponse(RequestException):
180
"""An unexpected response was received from the server."""
181
182
- response: Response # type: ignore (guaranteed to exist)
+ response: Response # type: ignore
183
184
def __init__(self, response: Response) -> None:
185
super().__init__(f'Unexpected response: {response.status_code}', response=response)
0 commit comments