Skip to content

Commit

Permalink
Removed invalid get_value method for dictionary call
Browse files Browse the repository at this point in the history
  • Loading branch information
abbott authored Feb 28, 2024
1 parent 642ac53 commit bcaa3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai/jupyter_ai/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def get_chat_user(self) -> ChatUser:
"""Retrieves the current user. If `jupyter_collaboration` is not
installed, one is synthesized from the server's current shell
environment."""
collaborative = self.config.ServerApp.jpserver_extensions.get_value({}).get(
collaborative = self.config.ServerApp.jpserver_extensions.get(
"jupyter_collaboration", False
)

Expand Down

0 comments on commit bcaa3cd

Please sign in to comment.