Skip to content

Commit 45887e0

Browse files
authored
Update traces.py
1 parent 642b380 commit 45887e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/tracing/traces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .scope import Scope
1111

1212

13-
class Trace:
13+
class Trace(abc.ABC):
1414
"""
1515
A trace is the root level object that tracing creates. It represents a logical "workflow".
1616
"""

0 commit comments

Comments
 (0)