Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hjlarry committed Dec 18, 2024
1 parent 5bfc0c7 commit 8043caa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/core/model_runtime/model_providers/google/llm/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import os
import tempfile
import time
from collections.abc import Generator
from typing import Iterator, Optional, Union
from collections.abc import Generator, Iterator
from typing import Optional, Union

import requests
from google import genai
Expand Down

0 comments on commit 8043caa

Please sign in to comment.