Skip to content

Commit 3292d37

Browse files
authored
Discard changes to posthog/ai/openai/openai_async.py
1 parent 4c62721 commit 3292d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/ai/openai/openai_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import time
22
import uuid
3-
from typing import Any, Dict, List, Optional
3+
from typing import Any, Dict, List, Optional, cast
44

55
try:
66
import openai

0 commit comments

Comments
 (0)