Skip to content

Commit 141d3d2

Browse files
🎨 Auto format
1 parent dac39e8 commit 141d3d2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

fastapi/sse.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
from typing import Annotated, Any, Generic
22

3-
from typing_extensions import TypeVar
4-
53
from annotated_doc import Doc
64
from pydantic import AfterValidator, BaseModel, ConfigDict, Field, model_validator
75
from starlette.responses import StreamingResponse
6+
from typing_extensions import TypeVar
87

98
Data = TypeVar("Data", default=Any)
109
"""Type variable for the `data` payload of a `ServerSentEvent`.

0 commit comments

Comments
 (0)