mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-16 21:40:23 +00:00
Fix pycodestyle issue
This commit is contained in:
parent
ff68bf1050
commit
8494b10fcc
1 changed files with 0 additions and 1 deletions
|
|
@ -233,7 +233,6 @@ class HeavySelect2Mixin:
|
|||
|
||||
def build_attrs(self, base_attrs, extra_attrs=None):
|
||||
"""Set select2's AJAX attributes."""
|
||||
|
||||
default_attrs = {
|
||||
'data-ajax--url': self.get_url(),
|
||||
'data-ajax--cache': "true",
|
||||
|
|
|
|||
Loading…
Reference in a new issue