Skip to content

Commit cea91e8

Browse files
committed
fix: sort imports
1 parent bd497b3 commit cea91e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posthog/test/ai/langchain/test_callbacks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
from unittest.mock import patch
66

77
import pytest
8+
from langchain_anthropic.chat_models import ChatAnthropic
89
from langchain_community.chat_models.fake import FakeMessagesListChatModel
910
from langchain_community.llms.fake import FakeListLLM, FakeStreamingListLLM
1011
from langchain_core.messages import AIMessage
1112
from langchain_core.prompts import ChatPromptTemplate
1213
from langchain_core.runnables import RunnableLambda
1314
from langchain_openai.chat_models import ChatOpenAI
14-
from langchain_anthropic.chat_models import ChatAnthropic
15-
from posthog.ai.langchain import CallbackHandler
1615

16+
from posthog.ai.langchain import CallbackHandler
1717

1818
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
1919
ANTHROPIC_API_KEY = os.getenv("ANTHROPIC_API_KEY")

0 commit comments

Comments
 (0)