Skip to content

Commit

Permalink
lint++
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriechi committed Feb 24, 2024
1 parent c3e407e commit b48fa3c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/wsproto/events.py
Expand Up @@ -55,9 +55,7 @@ class Request(Event):

host: str
target: str
extensions: Union[Sequence[Extension], Sequence[str]] = field( # type: ignore[assignment]
default_factory=list
)
extensions: Union[Sequence[Extension], Sequence[str]] = field(default_factory=list)
extra_headers: Headers = field(default_factory=list)
subprotocols: List[str] = field(default_factory=list)

Expand Down

0 comments on commit b48fa3c

Please sign in to comment.