From 95f45cad5c4e3f5dfa3b0f8931ef08a6290790ac Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 30 Apr 2024 18:29:58 +0800 Subject: [PATCH] change default value from dict to set --- packages/jupyter-ai-magics/jupyter_ai_magics/providers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jupyter-ai-magics/jupyter_ai_magics/providers.py b/packages/jupyter-ai-magics/jupyter_ai_magics/providers.py index e86613038..cfea7f698 100644 --- a/packages/jupyter-ai-magics/jupyter_ai_magics/providers.py +++ b/packages/jupyter-ai-magics/jupyter_ai_magics/providers.py @@ -251,7 +251,7 @@ class Config: serve a custom provider and want to distinguish it in the chat UI. """ - unsupported_slash_commands: ClassVar[set] = {} + unsupported_slash_commands: ClassVar[set] = set() """ A set of slash commands unsupported by this provider. Unsupported slash commands are not shown in the help message, and cannot be used while this