Skip to content

Commit f851905

Browse files
authored
chore: format code files with nox (#281)
1 parent 31b47a7 commit f851905

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bigquery/python-db-dtypes-pandas/snippets/pandas_date_and_time.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ def pandas_date_and_time():
1717
# [START bigquery_pandas_date_create]
1818

1919
import datetime
20+
2021
import pandas as pd
22+
2123
import db_dtypes # noqa import to register dtypes
2224

2325
dates = pd.Series([datetime.date(2021, 9, 17), "2021-9-18"], dtype="dbdate")

0 commit comments

Comments
 (0)