Skip to content

Commit 14b8fca

Browse files
committed
remove trailing whitespace
1 parent dea9026 commit 14b8fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def index_for_role(role):
2626
class CustomSelectField(Field):
2727
widget = HiddenInput()
2828

29-
def __init__(self, label='', validators=None, multiple=False,
29+
def __init__(self, label='', validators=None, multiple=False,
3030
choices=[], allow_custom=True, **kwargs):
3131
super(CustomSelectField, self).__init__(label, validators, **kwargs)
3232
self.multiple = multiple

0 commit comments

Comments
 (0)