Skip to content

Commit 979efb7

Browse files
committed
docs: tweak TODOs
1 parent cdd5935 commit 979efb7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

google/api_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
__version__ = api_core_version.__version__
2525

26-
# TODO: Until dependent artifacts require this version of
26+
# NOTE: Until dependent artifacts require this version of
2727
# google.api_core, the functionality below must be made available
2828
# manually in those artifacts.
2929

google/api_core/_python_package_support.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ def get_dependency_version(dependency_name: str) -> Optional[PackagingVersion]:
4747
version_string = metadata.version(dependency_name)
4848
return parse_version(version_string)
4949

50-
# TODO: Remove this code path once we drop support for Python 3.7
50+
# TODO(https://github.com/googleapis/python-api-core/issues/835): Remove
51+
# this code path once we drop support for Python 3.7
5152
else:
5253
# Use pkg_resources, which is part of setuptools.
5354
import pkg_resources

0 commit comments

Comments
 (0)