From 8494b10fcc50db7dd019f28ed8e73ac8bf908061 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 a072c03c..8317a7dd 100644 --- a/django_select2/forms.py +++ b/django_select2/forms.py @@ -233,7 +233,6 @@ def get_url(self): 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",