Skip to content

Commit 8720b03

Browse files
committed
Delete trailing whitespaces
1 parent df5dec6 commit 8720b03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/io/tests/test_gbq.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -739,13 +739,13 @@ def test_query_with_parameters(self):
739739
]
740740
}
741741
}
742-
# Test that a query that relies on parameters fails
742+
# Test that a query that relies on parameters fails
743743
# when parameters are not supplied via configuration
744744
with tm.assertRaises(ValueError):
745745
gbq.read_gbq(sql_statement, project_id=_get_project_id(),
746746
private_key=_get_private_key_path())
747747

748-
# Test that the query is successful because we have supplied
748+
# Test that the query is successful because we have supplied
749749
# the correct query parameters via the 'config' option
750750
df = gbq.read_gbq(sql_statement, project_id=_get_project_id(),
751751
private_key=_get_private_key_path(),
@@ -761,7 +761,7 @@ def test_query_inside_configuration(self):
761761
"useQueryCache": False,
762762
}
763763
}
764-
# Test that it can't pass query both
764+
# Test that it can't pass query both
765765
# inside config and as parameter
766766
with tm.assertRaises(ValueError):
767767
gbq.read_gbq(query_no_use, project_id=_get_project_id(),

0 commit comments

Comments
 (0)