chore: remove a stray space that crashes black (#5185)
This commit is contained in:
parent
0c3b9b29d7
commit
b9baa6270e
|
@ -200,7 +200,7 @@ class SearchableField(forms.MultipleChoiceField):
|
|||
# model = None # must be filled in by subclass
|
||||
model = None # type:Optional[Type[models.Model]]
|
||||
# max_entries = None # may be overridden in __init__
|
||||
max_entries = None # type: Optional[int]
|
||||
max_entries = None # type: Optional[int]
|
||||
min_search_length = None # type: Optional[int]
|
||||
default_hint_text = 'Type a value to search'
|
||||
|
||||
|
|
Loading…
Reference in a new issue