Skip to content

Commit a79e5ca

Browse files
committed
fix: black and isort
1 parent e1a7391 commit a79e5ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llm_observability_examples.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import asyncio
12
import os
23
import uuid
3-
import asyncio
44

55
from pydantic import BaseModel
66

@@ -217,5 +217,5 @@ def beta_openai_call(distinct_id, trace_id, properties, groups):
217217
# comment out one of these to run the other
218218

219219
# if __name__ == "__main__":
220-
# main_sync()
220+
# main_sync()
221221
asyncio.run(main_async())

0 commit comments

Comments
 (0)