mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 12:13:22 +00:00
Bug 1622682 : removed unused imports and variables. r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D67011 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
86ca4b5374
commit
9e5deb3526
1
.flake8
1
.flake8
@ -9,7 +9,6 @@ exclude =
|
||||
dom/browser-element,
|
||||
dom/canvas,
|
||||
dom/encoding,
|
||||
dom/security,
|
||||
dom/websocket,
|
||||
gfx/tests,
|
||||
ipc/ipdl/ipdl,
|
||||
|
@ -1,7 +1,8 @@
|
||||
from mod_pywebsocket import msgutil
|
||||
|
||||
|
||||
def web_socket_do_extra_handshake(request):
|
||||
pass
|
||||
pass
|
||||
|
||||
|
||||
def web_socket_transfer_data(request):
|
||||
pass
|
||||
pass
|
||||
|
@ -1,7 +1,8 @@
|
||||
from mod_pywebsocket import msgutil
|
||||
|
||||
|
||||
def web_socket_do_extra_handshake(request):
|
||||
pass
|
||||
pass
|
||||
|
||||
|
||||
def web_socket_transfer_data(request):
|
||||
pass
|
||||
pass
|
||||
|
@ -1,7 +1,8 @@
|
||||
from mod_pywebsocket import msgutil
|
||||
|
||||
|
||||
def web_socket_do_extra_handshake(request):
|
||||
pass
|
||||
pass
|
||||
|
||||
|
||||
def web_socket_transfer_data(request):
|
||||
pass
|
||||
pass
|
||||
|
@ -1,7 +1,8 @@
|
||||
from mod_pywebsocket import msgutil
|
||||
|
||||
|
||||
def web_socket_do_extra_handshake(request):
|
||||
pass
|
||||
pass
|
||||
|
||||
|
||||
def web_socket_transfer_data(request):
|
||||
resp = ""
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user