Skip to content

Commit 9c596b7

Browse files
authored
chore(bigquery-storage): fix post processing script (#17535)
fix post processing script
1 parent f6937b3 commit 9c596b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.librarian/generator-input/client-post-processing/bigquery-storage-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ replacements:
3333
]
3434
before: |
3535
\ # Install all dependencies\n session.install\("-e", "\."\)
36-
after: |
36+
after: |2
3737
# Install all dependencies
3838
session.install("-e", f".[{','.join(UNIT_TEST_EXTRAS)}]")
3939
count: 2

0 commit comments

Comments
 (0)