Skip to content

Commit b48fa3c

Browse files
committed
lint++
1 parent c3e407e commit b48fa3c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/wsproto/events.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ class Request(Event):
5555

5656
host: str
5757
target: str
58-
extensions: Union[Sequence[Extension], Sequence[str]] = field( # type: ignore[assignment]
59-
default_factory=list
60-
)
58+
extensions: Union[Sequence[Extension], Sequence[str]] = field(default_factory=list)
6159
extra_headers: Headers = field(default_factory=list)
6260
subprotocols: List[str] = field(default_factory=list)
6361

0 commit comments

Comments
 (0)