Skip to content

Commit 6ed17a7

Browse files
authored
Fix compatibility with Python 3.8 (#844)
1 parent c0db930 commit 6ed17a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jupyter-ai-magics/jupyter_ai_magics/providers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ class Config:
277277
provider is selected.
278278
"""
279279

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

0 commit comments

Comments
 (0)