Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 8a980d6

Browse files
committed
regenerated sync file
1 parent 94f04dd commit 8a980d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • google/cloud/bigtable/data/_sync_autogen

google/cloud/bigtable/data/_sync_autogen/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def __init__(
160160
)
161161
if (
162162
credentials
163-
and credentials._universe_domain != self.universe_domain
163+
and credentials.universe_domain != self.universe_domain
164164
and (self._emulator_host is None)
165165
):
166166
raise ValueError(

0 commit comments

Comments
 (0)