Skip to content

Commit

Permalink
resolve salespreso#15
Browse files Browse the repository at this point in the history
  • Loading branch information
btalberg committed Jul 31, 2020
1 parent 92a7a25 commit da9200c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prospyr/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Email(fields.Email):
"""

def __init__(self, *args, **kwargs):
super(Email, self).__init__(self, *args, **kwargs)
super(Email, self).__init__(*args, **kwargs)

# clobber the validator that superclass inserted with
# whitespace-tolerant equivalent
Expand Down

0 comments on commit da9200c

Please sign in to comment.