| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5a51448 commit cc0942b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -99,9 +99,8 @@ async def sse_reader( | |||
| 99 | 99 | sse.data | |
| 100 | 100 | ) | |
| 101 | 101 | ||
| 102 | - # Normalize ID to int if it's a numeric string. | ||
| 103 | - # Some non-standard SSE servers return numeric IDs as strings, | ||
| 104 | - # even if the original request used an integer ID. | ||
| 102 | + # Normalize ID to int | ||
| 103 | + # if it's a numeric string. | ||
| 105 | 104 | if isinstance( # noqa: E501 | |
| 106 | 105 | message.root, | |
| 107 | 106 | types.JSONRPCResponse | |
| Back | FazBrowse Home | New Git URL |
0 commit comments