Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae90dee

Browse files
committed
removed the changes in test_fetches
Signed-off-by: Sai Shree Pradhan <[email protected]>
1 parent 2a26965 commit ae90dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_fetches.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import unittest
22
import pytest
3-
from unittest.mock import Mock, patch
3+
from unittest.mock import Mock
44

55
try:
66
import pyarrow as pa
@@ -58,7 +58,7 @@ def make_dummy_result_set_from_initial_results(initial_results):
5858
for col_id in range(num_cols)
5959
]
6060
return rs
61-
61+
6262
@staticmethod
6363
def make_dummy_result_set_from_batch_list(batch_list):
6464
batch_index = 0

0 commit comments

Comments
 (0)