Skip to content

Commit 95a6241

Browse files
chore: Update gapic-generator-python to v1.8.2 (#855)
* chore: Update gapic-generator-python to v1.8.2 PiperOrigin-RevId: 504289125 Source-Link: googleapis/googleapis@38a48a4 Source-Link: googleapis/googleapis-gen@b2dc226 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJkYzIyNjYzZGJlNDdhOTcyYzhkOGMyZjhhNGRmMDEzZGFmZGNiYyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 3657570 commit 95a6241

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/google-cloud-pubsub/.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ show_missing = True
66
omit =
77
google/cloud/__init__.py
88
google/pubsub/__init__.py
9+
google/pubsub/gapic_version.py
910
exclude_lines =
1011
# Re-enable the standard pragma
1112
pragma: NO COVER

packages/google-cloud-pubsub/google/pubsub_v1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
from google.pubsub import gapic_version as package_version
16+
from google.pubsub_v1 import gapic_version as package_version
1717

1818
__version__ = package_version.__version__
1919

0 commit comments

Comments
 (0)