Skip to content

Commit 48851db

Browse files
committed
Fixing trailing whitespace
1 parent ad45010 commit 48851db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_gbq/gbq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ def schema_is_subset(self, dataset_id, table_id, schema):
637637
Name of the BigQuery dataset for the table
638638
table_id : str
639639
Name of the BigQuery table
640-
schema : list(dict)
640+
schema : list(dict)
641641
Schema for comparison. Each item should have
642642
a 'name' and a 'type'
643643

0 commit comments

Comments
 (0)