Skip to content

Commit cde6018

Browse files
Remove unused asyncio import from usage.py
Removed unused asyncio import since we switched to threading.Lock instead of asyncio.Lock for synchronous thread-safe operations.
1 parent 9b4db7a commit cde6018

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pydantic_ai_slim/pydantic_ai/usage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from __future__ import annotations as _annotations
22

3-
import asyncio
43
import dataclasses
54
import threading
65
from copy import copy

0 commit comments

Comments
 (0)