Skip to content

Commit

Permalink
Fix import style (likely autogenerated).
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Nov 3, 2023
1 parent 5121bd1 commit 2431e09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/websockets/sync/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
from types import TracebackType
from typing import Any, Callable, Optional, Sequence, Type

from websockets.frames import CloseCode

from ..extensions.base import ServerExtensionFactory
from ..extensions.permessage_deflate import enable_server_permessage_deflate
from ..frames import CloseCode
from ..headers import validate_subprotocols
from ..http import USER_AGENT
from ..http11 import Request, Response
Expand Down

0 comments on commit 2431e09

Please sign in to comment.