Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Nov 8, 2024
1 parent b44d30a commit e0b70f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wtforms/fields/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(self, label=None, validators=None, false_values=None, **kwargs):

def process_data(self, value):
# this will initialize the bool fields with false_values before setting it
self.process_formdata([value])
self.process_formdata([value])
# self.data = bool(value)

def process_formdata(self, valuelist):
Expand Down

0 comments on commit e0b70f9

Please sign in to comment.