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 <[email protected]>
  • Loading branch information
2 people authored and michaelchia committed Sep 19, 2024
1 parent 4cde53a commit 9746f66
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 9746f66

Please sign in to comment.