Skip to content

Commit 17ca402

Browse files
committed
remove logfire
1 parent 2a08277 commit 17ca402

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/pydantic_ai_examples/temporal_graph.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from datetime import timedelta
1111
from typing import Annotated, Any, Generic, Literal
1212

13-
import logfire
1413
from temporalio import activity, workflow
1514
from temporalio.client import Client
1615
from temporalio.contrib.pydantic import pydantic_data_converter
@@ -27,8 +26,6 @@
2726
TypeExpression,
2827
)
2928

30-
logfire.configure()
31-
3229
T = TypeVar('T', infer_variance=True)
3330

3431

0 commit comments

Comments
 (0)