Skip to content

Commit 6cf4cac

Browse files
Fix import order (pre-commit auto-fix)
1 parent 9d89e1f commit 6cf4cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_ai_slim/pydantic_ai/usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import annotations as _annotations
22

3-
import threading
43
import dataclasses
4+
import threading
55
from copy import copy
66
from dataclasses import dataclass, fields
77
from typing import Annotated, Any

0 commit comments

Comments
 (0)