Skip to content

Commit

Permalink
sort typing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
savarin committed Feb 9, 2024
1 parent fcdfde5 commit 26a57a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions instructor/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
Callable,
Coroutine,
Dict,
get_args,
get_origin,
List,
Optional,
overload,
Protocol,
Tuple,
Type,
TypeVar,
Union,
cast,
get_args,
get_origin,
overload,
)
from typing_extensions import ParamSpec

Expand Down

0 comments on commit 26a57a8

Please sign in to comment.