We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f072d4 commit 3a7a1d5Copy full SHA for 3a7a1d5
packages/jupyter-ai/jupyter_ai/personas/persona_awareness.py
@@ -82,4 +82,4 @@ def get_local_state(self) -> dict[str, Any]:
82
83
def set_local_state_field(self, field: str, value: Any) -> None:
84
with self.as_custom_client():
85
- return self.awareness.set_local_state_field(field, value)
+ self.awareness.set_local_state_field(field, value)
0 commit comments