Fix pycodestyle issue

This commit is contained in:
Johannes Hoppe 2019-06-10 17:51:01 +02:00
parent ff68bf1050
commit 8494b10fcc

View file

@ -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",