Fix pycodestyle issue

This commit is contained in:
Johannes Hoppe 2019-06-10 17:51:01 +02:00
parent 517ca9bfd3
commit fc081bdc84

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