From fc081bdc84a1166aafe4f28ed3d01649c2f3ed57 Mon Sep 17 00:00:00 2001 From: Johannes Hoppe Date: Mon, 10 Jun 2019 17:51:01 +0200 Subject: [PATCH] Fix pycodestyle issue --- django_select2/forms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/django_select2/forms.py b/django_select2/forms.py index a072c03..8317a7d 100644 --- a/django_select2/forms.py +++ b/django_select2/forms.py @@ -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",