Skip to content

Commit

Permalink
chore: remove a stray space that crashes black
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks committed Feb 22, 2023
1 parent f70ce3e commit d82bf2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/utils/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit d82bf2a

Please sign in to comment.