Skip to content

Commit cfa7c1e

Browse files
committed
Remove unnecessary string quote from Usage type annotation
1 parent 6e6ca81 commit cfa7c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def __post_init__(self) -> None:
8383

8484
def add(
8585
self,
86-
other: "Usage",
86+
other: Usage,
8787
model_name: str,
8888
agent_name: str,
8989
response_id: str | None = None,

0 commit comments

Comments
 (0)