Skip to content

Commit 772a271

Browse files
committed
Fix lint errors
1 parent 5ac5a29 commit 772a271

File tree

1 file changed

+0
-1
lines changed
  • bigquery/google/cloud/bigquery/dbapi

1 file changed

+0
-1
lines changed

bigquery/google/cloud/bigquery/dbapi/cursor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ def _try_fetch(self, size=None):
198198
self._query_data = iter(
199199
self._query_results.fetch_data(max_results=size))
200200

201-
202201
def fetchone(self):
203202
"""Fetch a single row from the results of the last ``execute*()`` call.
204203

0 commit comments

Comments
 (0)