Skip to content

Commit 75da93a

Browse files
committed
chore: update post-processing for google-cloud-firestore
1 parent 3901d77 commit 75da93a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.librarian/generator-input/client-post-processing/firestore-integration.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,10 +473,14 @@ replacements:
473473
"packages/google-cloud-firestore/google/cloud/firestore_bundle/__init__.py",
474474
]
475475
before: |
476-
metadata\n
476+
__lazy_modules__ = \{
477+
\ "google.cloud.firestore_bundle.types.bundle",
478+
\}\n\n
477479
from .types.bundle import \(
478480
after: |
479-
metadata\n
481+
__lazy_modules__ = {
482+
"google.cloud.firestore_bundle.types.bundle",
483+
}\n\n
480484
from .bundle import FirestoreBundle
481485
from .types.bundle import (
482486
count: 1

0 commit comments

Comments
 (0)