Skip to content

Commit f7d9894

Browse files
committed
fix: black
1 parent 6d31ee1 commit f7d9894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/test/ai/langchain/test_callbacks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,4 +1028,4 @@ async def sleep(x): # -> Any:
10281028
assert third_call[1]["properties"]["$ai_trace_name"] == "sleep"
10291029
assert (
10301030
min(approximate_latency - 1, 0) <= math.floor(third_call[1]["properties"]["$ai_latency"]) <= approximate_latency
1031-
)
1031+
)

0 commit comments

Comments
 (0)