Skip to content

Commit

Permalink
Merge pull request #122 from 153957/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate '_count' slot from Cursor
  • Loading branch information
joowani authored Feb 13, 2020
2 parents d596368 + 1ea0409 commit a5d2299
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arango/cursor.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ class Cursor(object):
'_profile',
'_warnings',
'_has_more',
'_batch',
'_count'
'_batch'
]

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

0 comments on commit a5d2299

Please sign in to comment.