File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
gapic/templates/%namespace/%name_%version/%sub
tests/integration/goldens
asset/google/cloud/asset_v1
credentials/google/iam/credentials_v1
eventarc/google/cloud/eventarc_v1
logging_internal/google/cloud/logging_v2
logging/google/cloud/logging_v2
redis_selective/google/cloud/redis_v1
redis/google/cloud/redis_v1 Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import sys
1111
1212__version__ = package_version.__version__
1313
14- if sys.version_info >= (3, 8):
14+ if sys.version_info >= (3, 8): # pragma: NO COVER
1515 from importlib import metadata
1616else: # pragma: NO COVER
1717 # TODO(https://github.com/googleapis/python-api-core/issues/835): Remove
Original file line number Diff line number Diff line change 2121
2222__version__ = package_version .__version__
2323
24- if sys .version_info >= (3 , 8 ):
24+ if sys .version_info >= (3 , 8 ): # pragma: NO COVER
2525 from importlib import metadata
2626else : # pragma: NO COVER
2727 # TODO(https://github.com/googleapis/python-api-core/issues/835): Remove
Original file line number Diff line number Diff line change 2121
2222__version__ = package_version .__version__
2323
24- if sys .version_info >= (3 , 8 ):
24+ if sys .version_info >= (3 , 8 ): # pragma: NO COVER
2525 from importlib import metadata
2626else : # pragma: NO COVER
2727 # TODO(https://github.com/googleapis/python-api-core/issues/835): Remove
Original file line number Diff line number Diff line change 2121
2222__version__ = package_version .__version__
2323
24- if sys .version_info >= (3 , 8 ):
24+ if sys .version_info >= (3 , 8 ): # pragma: NO COVER
2525 from importlib import metadata
2626else : # pragma: NO COVER
2727 # TODO(https://github.com/googleapis/python-api-core/issues/835): Remove
Original file line number Diff line number Diff line change 2121
2222__version__ = package_version .__version__
2323
24- if sys .version_info >= (3 , 8 ):
24+ if sys .version_info >= (3 , 8 ): # pragma: NO COVER
2525 from importlib import metadata
2626else : # pragma: NO COVER
2727 # TODO(https://github.com/googleapis/python-api-core/issues/835): Remove
Original file line number Diff line number Diff line change 2121
2222__version__ = package_version .__version__
2323
24- if sys .version_info >= (3 , 8 ):
24+ if sys .version_info >= (3 , 8 ): # pragma: NO COVER
2525 from importlib import metadata
2626else : # pragma: NO COVER
2727 # TODO(https://github.com/googleapis/python-api-core/issues/835): Remove
Original file line number Diff line number Diff line change 2121
2222__version__ = package_version .__version__
2323
24- if sys .version_info >= (3 , 8 ):
24+ if sys .version_info >= (3 , 8 ): # pragma: NO COVER
2525 from importlib import metadata
2626else : # pragma: NO COVER
2727 # TODO(https://github.com/googleapis/python-api-core/issues/835): Remove
Original file line number Diff line number Diff line change 2121
2222__version__ = package_version .__version__
2323
24- if sys .version_info >= (3 , 8 ):
24+ if sys .version_info >= (3 , 8 ): # pragma: NO COVER
2525 from importlib import metadata
2626else : # pragma: NO COVER
2727 # TODO(https://github.com/googleapis/python-api-core/issues/835): Remove
You can’t perform that action at this time.
0 commit comments