Skip to content

Commit

Permalink
revert extra changes from jupyterlab#44
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored Apr 20, 2021
1 parent 6f32104 commit 75badfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jupyterlab_pullrequests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ def _load_jupyter_server_extension(server_app):
from .base import PRConfig
from .handlers import setup_handlers

log = server_app.log
config = PRConfig(config=server_app.config)
setup_handlers(server_app, config)
setup_handlers(server_app.web_app, config)
server_app.log.info("Registered jupyterlab_pullrequests extension")


Expand Down

0 comments on commit 75badfc

Please sign in to comment.