Skip to content

Commit

Permalink
type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki committed May 3, 2024
1 parent dd4c929 commit 0658fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logfire/_internal/integrations/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def record_chunk(chunk: Any) -> Any:
if chunk_content is not None:
content.append(chunk_content)

timer = logfire_openai._config.ns_timestamp_generator
timer = logfire_openai._config.ns_timestamp_generator # type: ignore
start = timer()
try:
yield record_chunk
Expand Down

0 comments on commit 0658fdb

Please sign in to comment.