Skip to content

Commit

Permalink
IPythonHandler -> JupyterHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored Jan 2, 2021
1 parent 1f5508e commit 2b471c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_server/gateway/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def check_origin(self, origin=None):
return JupyterHandler.check_origin(self, origin)

def set_default_headers(self):
"""Undo the set_default_headers in IPythonHandler which doesn't make sense for websockets"""
"""Undo the set_default_headers in JupyterHandler which doesn't make sense for websockets"""
pass

def get_compression_options(self):
Expand Down

0 comments on commit 2b471c2

Please sign in to comment.