We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb223f1 commit a72af13Copy full SHA for a72af13
posthog/test/ai/gemini/test_gemini.py
@@ -1,11 +1,12 @@
1
-from unittest.mock import patch, MagicMock
+from unittest.mock import MagicMock, patch
2
3
import pytest
4
5
try:
6
- from posthog.ai.gemini import Client
7
from google import genai as google_genai
8
+ from posthog.ai.gemini import Client
9
+
10
GEMINI_AVAILABLE = True
11
except ImportError:
12
GEMINI_AVAILABLE = False
0 commit comments