Commit 69d13f8
committed
[v1.x] refactor: import SSEError from httpx_sse public API
Backport of #2560.
`SSEError` is re-exported at the `httpx_sse` package top level and
listed in `__all__` in every release >=0.4.0; the `_exceptions`
submodule is private. Importing via the public path avoids breakage if
httpx-sse reorganises its internals.
No behaviour change (same class object).
Github-Issue: #25431 parent 73d458b commit 69d13f8
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
0 commit comments