Skip to content

Commit

Permalink
blacken/lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shubha-rajan committed Sep 21, 2019
1 parent d663104 commit abcd29c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bigquery/google/cloud/bigquery/magics.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,8 @@ def _cell_magic(line, query):
max_results = None

query = query.strip()
# Any query that does not contain whitespace (aside from leading and trailing whitespace)

# Any query that does not contain whitespace (aside from leading and trailing whitespace)
# is assumed to be a table id
if not re.search(r"\s", query):
try:
Expand Down

0 comments on commit abcd29c

Please sign in to comment.