Skip to content

Commit 0bd5775

Browse files
committed
Ran linters
1 parent ff309f8 commit 0bd5775

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

posthog/ai/anthropic/anthropic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import time
1010
import uuid
11-
from typing import Any, Dict, Optional, cast
11+
from typing import Any, Dict, Optional
1212

1313
from posthog.ai.utils import (
1414
call_llm_and_track_usage,

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, cast
3+
from typing import Any, Dict, List, Optional
44

55
try:
66
import openai

0 commit comments

Comments
 (0)