Skip to content

Commit 04bc21c

Browse files
committed
Removes un-used variable to resolve linting
1 parent 57046af commit 04bc21c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas_gbq/load/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def cast_dataframe_for_parquet(
7373
# Protect against an explicit None in the dictionary.
7474
columns = columns if columns is not None else []
7575

76-
new_columns = {}
7776
for column in columns:
7877
# Schema can be a superset of the columns in the dataframe, so ignore
7978
# columns that aren't present.

0 commit comments

Comments
 (0)