Skip to content

Commit

Permalink
Keeping signature the same
Browse files Browse the repository at this point in the history
  • Loading branch information
gogobd committed Feb 14, 2020
1 parent e3769e7 commit 5785e89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zope/schema/_bootstrapfields.py
Expand Up @@ -508,7 +508,6 @@ class Text(MinMaxLen, Field):

def __init__(self, *args, **kw):
self.unicode_normalization = kw.pop('unicode_normalization', 'NFC')
self.unicode_normalization = unicode_normalization
super(Text, self).__init__(*args, **kw)

def fromUnicode(self, str):
Expand Down

0 comments on commit 5785e89

Please sign in to comment.