Skip to content

Commit

Permalink
Merge pull request jupyter-server#370 from krassowski/patch-1
Browse files Browse the repository at this point in the history
IPythonHandler -> JupyterHandler
  • Loading branch information
kevin-bates authored Jan 2, 2021
2 parents 50470cc + cf6d10f commit d8186d5
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 d8186d5

Please sign in to comment.