mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
Fix import ordering with isort
- Move typing_extensions import to proper location - Satisfy pre-commit isort requirements
This commit is contained in:
parent
0ff55bf2cf
commit
f3bbc6a42d
4 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from typing import Any, Dict, List, Literal, Optional
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
from openai.types.chat import ChatCompletionContentPartParam
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
Content = str | list[ChatCompletionContentPartParam]
|
||||
Item = Any
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue