Skip to content

Commit a4b6740

Browse files
committed
Trim line length.
1 parent 398a2de commit a4b6740

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bigquery_storage/to_dataframe/main_test.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ def clients():
3333
)
3434

3535
# Make clients.
36-
bqclient = bigquery.Client(credentials=credentials, project=your_project_id)
36+
bqclient = bigquery.Client(
37+
credentials=credentials,
38+
project=your_project_id
39+
)
3740
bqstorageclient = bigquery_storage_v1beta1.BigQueryStorageClient(
3841
credentials=credentials
3942
)

0 commit comments

Comments
 (0)