From 1ea04091632e7e1dfe584130a4f70d199a9af089 Mon Sep 17 00:00:00 2001 From: Arne de Laat Date: Tue, 11 Feb 2020 14:46:30 +0100 Subject: [PATCH] Remove duplicate '_count' slot from Cursor --- arango/cursor.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arango/cursor.py b/arango/cursor.py index e68729e6..6085c50d 100644 --- a/arango/cursor.py +++ b/arango/cursor.py @@ -38,8 +38,7 @@ class Cursor(object): '_profile', '_warnings', '_has_more', - '_batch', - '_count' + '_batch' ] def __init__(self, connection, init_data, cursor_type='cursor'):