Skip to content

Commit 395c0e9

Browse files
committed
fix formatting
1 parent c21588a commit 395c0e9

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
@@ -399,7 +399,7 @@ def run_query(self, query, **kwargs):
399399
if configuration is not None:
400400
if 'query' in configuration:
401401
job_data['configuration']['query']\
402-
.update(configuration['query'])
402+
.update(configuration['query'])
403403
else:
404404
job_data['configuration'] = configuration
405405

0 commit comments

Comments
 (0)