mirror of
https://github.com/django/daphne.git
synced 2025-07-27 07:29:46 +03:00
isort
This commit is contained in:
parent
a4591347df
commit
46da6b97f8
|
@ -12,7 +12,6 @@ from .endpoints import build_endpoint_description_strings
|
|||
from .server import Server
|
||||
from .utils import import_by_path
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
DEFAULT_HOST = "127.0.0.1"
|
||||
|
|
|
@ -3,11 +3,8 @@ import time
|
|||
import traceback
|
||||
from urllib.parse import unquote
|
||||
|
||||
from autobahn.twisted.websocket import (
|
||||
ConnectionDeny,
|
||||
WebSocketServerFactory,
|
||||
WebSocketServerProtocol,
|
||||
)
|
||||
from autobahn.twisted.websocket import (ConnectionDeny, WebSocketServerFactory,
|
||||
WebSocketServerProtocol)
|
||||
from twisted.internet import defer
|
||||
|
||||
from .utils import parse_x_forwarded_for
|
||||
|
|
Loading…
Reference in New Issue
Block a user