Skip to content

Commit fe1daa1

Browse files
committed
fix: ruff
1 parent 624bf64 commit fe1daa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/ai/gemini/gemini.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def __init__(
6565
self._ph_client = cast(PostHogClient, posthog.default_client)
6666
else:
6767
self._ph_client = posthog_client
68-
68+
6969
if self._ph_client is None:
7070
raise ValueError("posthog_client is required for PostHog tracking")
7171

0 commit comments

Comments
 (0)