mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
(fix) proxy - remove Literal
This commit is contained in:
parent
e65e01f267
commit
3507812977
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import sys, os, platform, time, copy, re, asyncio, inspect
|
|||
import threading, ast
|
||||
import shutil, random, traceback, requests
|
||||
from datetime import datetime, timedelta, timezone
|
||||
from typing import Optional, List, Literal
|
||||
from typing import Optional, List
|
||||
import secrets, subprocess
|
||||
import hashlib, uuid
|
||||
import warnings
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue