Skip to content

Commit 79547f7

Browse files
committed
fix: isort
1 parent 26398fd commit 79547f7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

posthog/ai/openai/openai_providers.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
raise ModuleNotFoundError("Please install the Open AI SDK to use this feature: 'pip install openai'")
66

77
from posthog.ai.openai.openai import WrappedBeta, WrappedChat, WrappedEmbeddings
8-
from posthog.ai.openai.openai_async import (
9-
WrappedBeta as AsyncWrappedBeta,
10-
WrappedChat as AsyncWrappedChat,
11-
WrappedEmbeddings as AsyncWrappedEmbeddings,
12-
)
8+
from posthog.ai.openai.openai_async import WrappedBeta as AsyncWrappedBeta
9+
from posthog.ai.openai.openai_async import WrappedChat as AsyncWrappedChat
10+
from posthog.ai.openai.openai_async import WrappedEmbeddings as AsyncWrappedEmbeddings
1311
from posthog.client import Client as PostHogClient
1412

1513

0 commit comments

Comments
 (0)