Skip to content

Commit

Permalink
Remove unnecessary parentheses.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdavis committed Feb 14, 2014
1 parent 4082e4c commit 358263c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymongo/bulk.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ class BulkOperationBuilder(object):
"""An interface for executing a batch of write operations.
"""

__slots__ = ('__bulk')
__slots__ = '__bulk'

def __init__(self, collection, ordered=True):
"""Initialize a new BulkOperationBuilder instance.
Expand Down

0 comments on commit 358263c

Please sign in to comment.