address disagreement between ruff versions (again)

This commit is contained in:
Matthew Farrellee 2025-04-27 10:59:11 -04:00
parent 7fd8a61b4d
commit 40160719c8

View file

@ -8,6 +8,7 @@
from typing import Any, AsyncGenerator, AsyncIterator, Dict, List, Optional, Union
import httpx
from ollama import AsyncClient # type: ignore[attr-defined]
from openai import AsyncOpenAI
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,
request_has_media,
)
from ollama import AsyncClient # type: ignore[attr-defined]
from .models import model_entries