Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 68c0ac0

Browse files
committed
lint
1 parent 8e2ef3a commit 68c0ac0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

samples/pyarrow/append_rows_with_arrow.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@
1515
# limitations under the License.
1616
import datetime
1717
import decimal
18+
import pandas as pd
19+
import pyarrow as pa
1820

1921
from google.cloud import bigquery
2022
from google.cloud.bigquery import enums
2123
from google.cloud.bigquery_storage_v1 import types as gapic_types
2224
from google.cloud.bigquery_storage_v1.writer import AppendRowsStream
23-
import pandas as pd
24-
25-
import pyarrow as pa
2625

2726

2827
def bqstorage_write_client():

0 commit comments

Comments
 (0)