Skip to content

Commit

Permalink
Removes redundant pydantic import
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWeill committed Jan 5, 2024
1 parent 1b0e9b2 commit f263089
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/jupyter-ai/jupyter_ai/chat_handlers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
from jupyter_ai_magics.providers import BaseProvider
from langchain.pydantic_v1 import BaseModel

# necessary to prevent circular import
from pydantic import BaseModel

if TYPE_CHECKING:
from jupyter_ai.handlers import RootChatHandler

Expand Down

0 comments on commit f263089

Please sign in to comment.