style: format file with black==23.7.0
This commit is contained in:
parent
9bc1f09ef1
commit
abadf6c9fb
45 changed files with 18 additions and 66 deletions
|
|
@ -57,7 +57,7 @@ class SmartSearchFilter(django_filters.CharFilter):
|
|||
return qs
|
||||
try:
|
||||
cleaned = self.config.clean(value)
|
||||
except (forms.ValidationError):
|
||||
except forms.ValidationError:
|
||||
return qs.none()
|
||||
return search.apply(qs, cleaned)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue