Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: fix the import for parse_version_to_tuple
Signed-off-by: Radhika Agrawal <agrawalradhika@google.com>
  • Loading branch information
agrawalradhika-cell committed Dec 5, 2025
commit cc6573e63ca0896abbc455bf8df27b0fe695c70d
2 changes: 1 addition & 1 deletion tests/test_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
except ImportError:
HAS_UNIVERSE = False

from google.api_core import parse_version_to_tuple
from google.api_core._python_package_support import parse_version_to_tuple
from googleapiclient import _helpers as util
from googleapiclient.discovery import (DISCOVERY_URI,
MEDIA_BODY_PARAMETER_DEFAULT_VALUE,
Expand Down
Loading