Skip to content

Commit b8cf4fe

Browse files
committed
chore: flake
1 parent facdd12 commit b8cf4fe

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

posthog/ai/gemini/gemini.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import time
33
import uuid
4-
from typing import Any, Dict, List, Optional
4+
from typing import Any, Dict, Optional
55

66
try:
77
from google import genai

posthog/test/ai/gemini/test_gemini.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
import time
2-
from unittest.mock import MagicMock, patch
1+
from unittest.mock import patch, MagicMock
32

43
import pytest
54

65
try:
7-
from google import genai as google_genai
8-
96
from posthog.ai.gemini import Client
7+
from google import genai as google_genai
108

119
GEMINI_AVAILABLE = True
1210
except ImportError:

0 commit comments

Comments
 (0)