Skip to content

Commit b97a1be

Browse files
committed
formatting
1 parent e2f801f commit b97a1be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/gbq.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ def run_query(self, query, **kwargs):
397397
config = kwargs.get('config')
398398
if config is not None:
399399
if len(config) != 1:
400-
raise ValueError("Only one job type must be specified, "
401-
"but given {}".format(','.join(config.keys())))
400+
raise ValueError("Only one job type must be specified, but "
401+
"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)