Skip to content

Commit 0189bae

Browse files
committed
Merge pull request #10487 from ETF/patch-1
Small style consistency fix
2 parents c962c0b + c80e132 commit 0189bae

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)