Skip to content

Commit a72af13

Browse files
committed
fix: isort
1 parent cb223f1 commit a72af13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

posthog/test/ai/gemini/test_gemini.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
from unittest.mock import patch, MagicMock
1+
from unittest.mock import MagicMock, patch
22

33
import pytest
44

55
try:
6-
from posthog.ai.gemini import Client
76
from google import genai as google_genai
87

8+
from posthog.ai.gemini import Client
9+
910
GEMINI_AVAILABLE = True
1011
except ImportError:
1112
GEMINI_AVAILABLE = False

0 commit comments

Comments
 (0)