Skip to content

Commit

Permalink
Fix compatibility with Python 3.8 (jupyterlab#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored and Marchlak committed Oct 28, 2024
1 parent 06f4170 commit f003c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai-magics/jupyter_ai_magics/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ class Config:
provider is selected.
"""

server_settings: ClassVar[Optional[MappingProxyType[str, Any]]] = None
server_settings: ClassVar[Optional[MappingProxyType]] = None
"""Settings passed on from jupyter-ai package.
The same server settings are shared between all providers.
Expand Down

0 comments on commit f003c41

Please sign in to comment.