Skip to content

Commit 2dc8510

Browse files
chore: [autoapprove] Update black and isort to latest versions (#688)
Source-Link: googleapis/synthtool@0c7b033 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:08e34975760f002746b1d8c86fdc90660be45945ee6d9db914d1508acdf9a547 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b38143d commit 2dc8510

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

bigquery_storage/snippets/append_rows_pending.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def create_row_data(row_num: int, name: str):
3939

4040

4141
def append_rows_pending(project_id: str, dataset_id: str, table_id: str):
42-
4342
"""Create a write stream, write some sample data, and commit the stream."""
4443
write_client = bigquery_storage_v1.BigQueryWriteClient()
4544
parent = write_client.table_path(project_id, dataset_id, table_id)

bigquery_storage/snippets/customer_record_pb2.py

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bigquery_storage/snippets/sample_data_pb2.py

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)