Skip to content

Commit 1ea0409

Browse files
authored
Remove duplicate '_count' slot from Cursor
1 parent d596368 commit 1ea0409

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arango/cursor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ class Cursor(object):
3838
'_profile',
3939
'_warnings',
4040
'_has_more',
41-
'_batch',
42-
'_count'
41+
'_batch'
4342
]
4443

4544
def __init__(self, connection, init_data, cursor_type='cursor'):

0 commit comments

Comments
 (0)