mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
Remove unused parentheses
This commit is contained in:
parent
762bda225a
commit
904629734c
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ class BaseYesNoForm(RegistrarForm):
|
|||
coerce=lambda x: x.lower() == "true" if x is not None else None,
|
||||
choices=self.form_choices,
|
||||
initial=self.get_initial_value(),
|
||||
widget=forms.RadioSelect(),
|
||||
widget=forms.RadioSelect,
|
||||
error_messages={
|
||||
"required": self.required_error_message,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue