Skip to content

Commit cc6573e

Browse files
fix: fix the import for parse_version_to_tuple
Signed-off-by: Radhika Agrawal <agrawalradhika@google.com>
1 parent 7c6a0c9 commit cc6573e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_discovery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
except ImportError:
6464
HAS_UNIVERSE = False
6565

66-
from google.api_core import parse_version_to_tuple
66+
from google.api_core._python_package_support import parse_version_to_tuple
6767
from googleapiclient import _helpers as util
6868
from googleapiclient.discovery import (DISCOVERY_URI,
6969
MEDIA_BODY_PARAMETER_DEFAULT_VALUE,

0 commit comments

Comments
 (0)