fix code qa check

This commit is contained in:
Ishaan Jaffer
2025-12-06 15:51:44 -08:00
parent 5f27c70bb0
commit 238affd332
@@ -1,7 +1,7 @@
"""
Translate from OpenAI's `/v1/chat/completions` to Amazon Nova's `/v1/chat/completions`
"""
from typing import Any, List, Optional, Tuple, Union
from typing import Any, List, Optional, Tuple
import httpx