Skip to content

Commit

Permalink
Python: Removed unnecessary imports from azure_chat_completion.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ymuichiro committed Nov 22, 2024
1 parent 076c792 commit 40587be
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,11 @@

import json
import logging
import sys
from collections.abc import Mapping
from copy import deepcopy
from typing import Any, TypeVar
from uuid import uuid4

if sys.version_info >= (3, 12):
pass # pragma: no cover
else:
pass # pragma: no cover

from openai import AsyncAzureOpenAI
from openai.lib.azure import AsyncAzureADTokenProvider
from openai.types.chat.chat_completion import ChatCompletion, Choice
Expand Down

0 comments on commit 40587be

Please sign in to comment.