Skip to content

Commit e9a7007

Browse files
committed
Chore: Apply manual Black-style formatting
1 parent 186d6a6 commit e9a7007

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/google-cloud-bigquery-storage/samples/pyarrow/append_rows_with_arrow.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,10 @@ def make_table(project_id, dataset_id, bq_client):
100100

101101

102102
def create_stream(bqstorage_write_client, table):
103-
stream_name = f"projects/{table.project}/datasets/{table.dataset_id}/tables/{table.table_id}/_default"
103+
stream_name = (
104+
f"projects/{table.project}/datasets/{table.dataset_id}/"
105+
f"tables/{table.table_id}/_default"
106+
)
104107
request_template = gapic_types.AppendRowsRequest()
105108
request_template.write_stream = stream_name
106109

0 commit comments

Comments
 (0)