Skip to content

Commit 99c8f60

Browse files
committed
linting
1 parent 116e7a6 commit 99c8f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/ai/langchain/callbacks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ def _parse_usage(
880880
def _capture_exception_and_update_properties(
881881
client: Client,
882882
exception: BaseException,
883-
distinct_id: Union[str, int, UUID],
883+
distinct_id: Optional[Union[str, int, UUID]],
884884
groups: Optional[Dict[str, Any]],
885885
event_properties: Dict[str, Any],
886886
):

0 commit comments

Comments
 (0)