Commit 66487a2
committed
refactor: import SSEError from httpx_sse public API
`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).1 parent 2b0da56 commit 66487a2
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments