Skip to content

Commit

Permalink
That's surprising, but I suppose __new__ takes care of these detais.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Coddington committed Apr 15, 2014
1 parent 8d20fdc commit 8d62c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskw/fields/annotationarray.py
Expand Up @@ -18,7 +18,7 @@ def __new__(self, description, entry=None):

def __init__(self, description, entry=None):
self._entry = entry
super(Annotation, self).__init__(description)
super(Annotation, self).__init__()

@property
def entry(self):
Expand Down

0 comments on commit 8d62c47

Please sign in to comment.