mirror of
https://github.com/django/django.git
synced 2025-04-03 13:06:49 +00:00
Linter fixes
This commit is contained in:
parent
59bbc11034
commit
c5cfd6a944
@ -494,7 +494,15 @@ class AutocompleteMixin:
|
||||
|
||||
url_name = "%s:autocomplete"
|
||||
|
||||
def __init__(self, field, admin_site, attrs=None, choices=(), using=None, option_attrs=None):
|
||||
def __init__(
|
||||
self,
|
||||
field,
|
||||
admin_site,
|
||||
attrs=None,
|
||||
choices=(),
|
||||
using=None,
|
||||
option_attrs=None,
|
||||
):
|
||||
self.field = field
|
||||
self.admin_site = admin_site
|
||||
self.db = using
|
||||
|
Loading…
x
Reference in New Issue
Block a user