From 38b36f47fa25f2a6045677f699082e7c0b83b77e Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Tue, 19 Feb 2019 15:41:09 -0500 Subject: [PATCH] Fix lint. W293 blank line contains whitespace. --- bigquery/google/cloud/bigquery/table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigquery/google/cloud/bigquery/table.py b/bigquery/google/cloud/bigquery/table.py index 1614c70dc069..0639810f896d 100644 --- a/bigquery/google/cloud/bigquery/table.py +++ b/bigquery/google/cloud/bigquery/table.py @@ -1382,7 +1382,7 @@ def get_dataframe(stream): def to_dataframe(self, bqstorage_client=None, dtypes=None): """Create a pandas DataFrame by loading all pages of a query. - + Args: bqstorage_client ( \