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 2a26965 commit ae90deeCopy full SHA for ae90dee
tests/unit/test_fetches.py
@@ -1,6 +1,6 @@
1
import unittest
2
import pytest
3
-from unittest.mock import Mock, patch
+from unittest.mock import Mock
4
5
try:
6
import pyarrow as pa
@@ -58,7 +58,7 @@ def make_dummy_result_set_from_initial_results(initial_results):
58
for col_id in range(num_cols)
59
]
60
return rs
61
-
+
62
@staticmethod
63
def make_dummy_result_set_from_batch_list(batch_list):
64
batch_index = 0
0 commit comments