We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac5a29 commit 772a271Copy full SHA for 772a271
bigquery/google/cloud/bigquery/dbapi/cursor.py
@@ -198,7 +198,6 @@ def _try_fetch(self, size=None):
198
self._query_data = iter(
199
self._query_results.fetch_data(max_results=size))
200
201
-
202
def fetchone(self):
203
"""Fetch a single row from the results of the last ``execute*()`` call.
204
0 commit comments