group-wbl/.venv/lib/python3.13/site-packages/httpx_sse/_exceptions.py

6 lines
62 B
Python
Raw Permalink Normal View History

2026-01-09 09:48:03 +08:00
import httpx
class SSEError(httpx.TransportError):
pass