Skip to content

Commit e2f801f

Browse files
author
Dmitry
committed
hotfix
1 parent 2e02d76 commit e2f801f

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
@@ -398,7 +398,7 @@ def run_query(self, query, **kwargs):
398398
if config is not None:
399399
if len(config) != 1:
400400
raise ValueError("Only one job type must be specified, "
401-
"but given {}".format(','.join(config.keys()))
401+
"but given {}".format(','.join(config.keys())))
402402
if 'query' in config:
403403
if 'query' in config['query'] and query is not None:
404404
raise ValueError("Query statement can't be specified "

0 commit comments

Comments
 (0)