去除无效引用
This commit is contained in:
@@ -105,7 +105,6 @@ class HTTPDownloadUtils:
|
|||||||
return await asyncio.gather(*tasks, return_exceptions=True)
|
return await asyncio.gather(*tasks, return_exceptions=True)
|
||||||
|
|
||||||
|
|
||||||
import jsonref
|
|
||||||
from google.oauth2 import service_account
|
from google.oauth2 import service_account
|
||||||
from google.genai import types
|
from google.genai import types
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ import os
|
|||||||
import unittest
|
import unittest
|
||||||
from typing import Optional, List
|
from typing import Optional, List
|
||||||
|
|
||||||
import jsonref
|
|
||||||
from loguru import logger
|
from loguru import logger
|
||||||
from google.genai import types
|
from google.genai import types
|
||||||
from pydantic import BaseModel, Field, computed_field
|
from pydantic import BaseModel, Field, computed_field
|
||||||
|
|||||||
Reference in New Issue
Block a user