address disagreement between ruff versions

This commit is contained in:
Matthew Farrellee 2025-04-22 10:00:46 -04:00
parent 519afdde5f
commit 922ac2d501

View file

@ -8,6 +8,7 @@
from typing import Any, AsyncGenerator, AsyncIterator, Dict, List, Optional, Union from typing import Any, AsyncGenerator, AsyncIterator, Dict, List, Optional, Union
import httpx import httpx
from ollama import AsyncClient
from openai import AsyncOpenAI from openai import AsyncOpenAI
from llama_stack.apis.common.content_types import ( from llama_stack.apis.common.content_types import (
@ -72,7 +73,6 @@ from llama_stack.providers.utils.inference.prompt_adapter import (
interleaved_content_as_str, interleaved_content_as_str,
request_has_media, request_has_media,
) )
from ollama import AsyncClient
from .models import model_entries from .models import model_entries