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] committed Dec 13, 2023
1 parent a170e45 commit f205e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jupyter-ai-magics/jupyter_ai_magics/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
Optional,
Union,
)
import anthropic

import anthropic
import openai
from jsonpath_ng import parse
from langchain.chat_models import (
AzureChatOpenAI,
Expand All @@ -43,7 +44,6 @@
from langchain.pydantic_v1 import BaseModel, Extra, root_validator
from langchain.schema import LLMResult
from langchain.utils import get_from_dict_or_env
import openai


class EnvAuthStrategy(BaseModel):
Expand Down

0 comments on commit f205e22

Please sign in to comment.