Fix linting

This commit is contained in:
Brandon Hancock
2025-01-03 15:25:35 -05:00
parent 104e8bc167
commit 4a794622c7
2 changed files with 0 additions and 3 deletions

View File

@@ -12,7 +12,6 @@ from dotenv import load_dotenv
with warnings.catch_warnings(): with warnings.catch_warnings():
warnings.simplefilter("ignore", UserWarning) warnings.simplefilter("ignore", UserWarning)
import litellm import litellm
from litellm import get_supported_openai_params
from litellm import Choices, get_supported_openai_params from litellm import Choices, get_supported_openai_params
from litellm.types.utils import ModelResponse from litellm.types.utils import ModelResponse

View File

@@ -2,14 +2,12 @@ import datetime
import inspect import inspect
import json import json
import logging import logging
import sys
import threading import threading
import uuid import uuid
from concurrent.futures import Future from concurrent.futures import Future
from copy import copy from copy import copy
from hashlib import md5 from hashlib import md5
from pathlib import Path from pathlib import Path
from string import Formatter
from typing import ( from typing import (
Any, Any,
Callable, Callable,