Skip to content

Commit

Permalink
Run mypy on CI, fix or ignore typing issues (jupyterlab#987)
Browse files Browse the repository at this point in the history
* Run mypy on CI

* Rename, add mypy to test deps

* Fix typing jupyter-ai codebase (mostly)

* Three more cases

* update deepmerge version specifier

---------

Co-authored-by: David L. Qiu <david@qiu.dev>
  • Loading branch information
krassowski and dlqqq committed Sep 16, 2024
1 parent 49779f1 commit fb0a3e8
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 @@ -45,8 +45,8 @@
from jupyter_ai_magics.embedding_providers import BaseEmbeddingsProvider
from jupyter_ai_magics.providers import BaseProvider

from .context_providers import BaseContextProvider
from .history import BoundedChatHistory
from .context_providers import BaseContextProvider


class ChatHistoryHandler(BaseAPIHandler):
Expand Down

0 comments on commit fb0a3e8

Please sign in to comment.