mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
fix(proxy/_types.py): fix linting error
This commit is contained in:
parent
dc4d5cffa6
commit
1b15568af7
1 changed files with 1 additions and 11 deletions
|
@ -2,17 +2,7 @@ import enum
|
||||||
import json
|
import json
|
||||||
import uuid
|
import uuid
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
from typing import (
|
from typing import TYPE_CHECKING, Any, Callable, Dict, List, Literal, Optional, Union
|
||||||
TYPE_CHECKING,
|
|
||||||
Any,
|
|
||||||
Callable,
|
|
||||||
Dict,
|
|
||||||
List,
|
|
||||||
Literal,
|
|
||||||
Optional,
|
|
||||||
Union,
|
|
||||||
get_type_hints,
|
|
||||||
)
|
|
||||||
|
|
||||||
import httpx
|
import httpx
|
||||||
from pydantic import (
|
from pydantic import (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue