Skip to content

Commit f74b794

Browse files
committed
Add TODO: provide the functionality in previous versions of api_core
We have to add this functionality manually if the user has not upgraded to this version of api_copre
1 parent ad87fba commit f74b794

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

google/api_core/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323

2424
__version__ = api_core_version.__version__
2525

26+
# TODO: Until dependent artifacts require this version of
27+
# google.api_core, the functionality below must be made available
28+
# manually in those artifacts.
29+
2630
check_python_version = _python_version_support.check_python_version
2731
check_python_version(package="google.api_core")
2832

0 commit comments

Comments
 (0)