chore: remove unused NOT_GIVEN imports

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ashwin Bharambe 2025-10-27 23:24:53 -07:00
parent 0944b6a734
commit d0b12cbc92
2 changed files with 1 additions and 3 deletions

View file

@ -10,7 +10,7 @@ from abc import ABC, abstractmethod
from collections.abc import AsyncIterator, Iterable
from typing import Any
from openai import NOT_GIVEN, AsyncOpenAI
from openai import AsyncOpenAI
from pydantic import BaseModel, ConfigDict
from llama_stack.apis.inference import (