AshNicolus 4 weeks ago
committed by GitHub
parent
commit
928ec8d3ef
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      fastapi/sse.py

2
fastapi/sse.py

@ -201,7 +201,7 @@ def format_sse_event(
) -> bytes: ) -> bytes:
"""Build SSE wire-format bytes from **pre-serialized** data. """Build SSE wire-format bytes from **pre-serialized** data.
The result always ends with `\n\n` (the event terminator). The result always ends with `\\n\\n` (the event terminator).
""" """
lines: list[str] = [] lines: list[str] = []

Loading…
Cancel
Save