Skip to content

Commit c80e132

Browse files
committed
Small style consistency fix
Removed unneeded spaces in kwargs related to read_gbq()
1 parent c962c0b commit c80e132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/gbq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def _parse_entry(field_value, field_type):
294294
return field_value
295295

296296

297-
def read_gbq(query, project_id = None, index_col=None, col_order=None, reauth=False):
297+
def read_gbq(query, project_id=None, index_col=None, col_order=None, reauth=False):
298298
"""Load data from Google BigQuery.
299299
300300
THIS IS AN EXPERIMENTAL LIBRARY

0 commit comments

Comments
 (0)