Skip to content

Commit b7bd342

Browse files
committed
fix: import name mypy
1 parent 5300a48 commit b7bd342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/ai/openai/openai_providers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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 AsyncWrappedBeta, AsyncWrappedChat, AsyncWrappedEmbeddings
8+
from posthog.ai.openai.openai_async import WrappedBeta as AsyncWrappedBeta, WrappedChat as AsyncWrappedChat, WrappedEmbeddings as AsyncWrappedEmbeddings
99
from posthog.client import Client as PostHogClient
1010

1111

0 commit comments

Comments
 (0)