Skip to content

Commit aed8fbd

Browse files
committed
minor
1 parent 275e71d commit aed8fbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cbapi/response/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,6 @@ def where(self, new_query):
837837
def results(self):
838838
if not self._full_init:
839839
#ZE CB-15681 - REMOVE BLOCK WHEN BUG IS FIXED
840-
full_results = False
841840
try:
842841
full_results = self._cb.get_object(self._urlobject, query_parameters=convert_query_params(self._query))
843842
except ServerError as se:

0 commit comments

Comments
 (0)