Skip to content

Commit 1d762a1

Browse files
authored
Fix lint. (#7383)
W293 blank line contains whitespace.
1 parent 5222c62 commit 1d762a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bigquery/google/cloud/bigquery/table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ def get_dataframe(stream):
13821382

13831383
def to_dataframe(self, bqstorage_client=None, dtypes=None):
13841384
"""Create a pandas DataFrame by loading all pages of a query.
1385-
1385+
13861386
13871387
Args:
13881388
bqstorage_client ( \

0 commit comments

Comments
 (0)