chore: remove a stray space that crashes black (#5185)

This commit is contained in:
Robert Sparks 2023-02-23 08:50:24 -06:00 committed by GitHub
parent 0c3b9b29d7
commit b9baa6270e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'