mirror of
https://github.com/django/daphne.git
synced 2024-11-21 23:46:33 +03:00
Removed a unsed import (urlencode) (#131)
This commit is contained in:
parent
79927fbe10
commit
a69d69490b
|
@ -4,7 +4,7 @@ import logging
|
|||
import six
|
||||
import time
|
||||
import traceback
|
||||
from six.moves.urllib_parse import unquote, urlencode
|
||||
from six.moves.urllib_parse import unquote
|
||||
from twisted.internet import defer
|
||||
|
||||
from autobahn.twisted.websocket import WebSocketServerProtocol, WebSocketServerFactory, ConnectionDeny
|
||||
|
|
Loading…
Reference in New Issue
Block a user