Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and dlqqq committed Mar 5, 2024
1 parent 22e3454 commit add17a4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/jupyter-ai-magics/jupyter_ai_magics/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
ChatAnthropic,
QianfanChatEndpoint,
)
from langchain_openai.chat_models import (
AzureChatOpenAI,
ChatOpenAI,
)
from langchain_community.llms import (
AI21,
Anthropic,
Expand All @@ -41,6 +37,7 @@
SagemakerEndpoint,
Together,
)
from langchain_openai.chat_models import AzureChatOpenAI, ChatOpenAI

# this is necessary because `langchain.pydantic_v1.main` does not include
# `ModelMetaclass`, as it is not listed in `__all__` by the `pydantic.main`
Expand Down

0 comments on commit add17a4

Please sign in to comment.