diff --git a/src/BowongModalFunctions/utils/HTTPUtils.py b/src/BowongModalFunctions/utils/HTTPUtils.py index 5837661..ee779a5 100644 --- a/src/BowongModalFunctions/utils/HTTPUtils.py +++ b/src/BowongModalFunctions/utils/HTTPUtils.py @@ -105,7 +105,6 @@ class HTTPDownloadUtils: return await asyncio.gather(*tasks, return_exceptions=True) -import jsonref from google.oauth2 import service_account from google.genai import types diff --git a/tests/google_test_case.py b/tests/google_test_case.py index e8e600d..a099a3d 100644 --- a/tests/google_test_case.py +++ b/tests/google_test_case.py @@ -3,7 +3,6 @@ import os import unittest from typing import Optional, List -import jsonref from loguru import logger from google.genai import types from pydantic import BaseModel, Field, computed_field