Skip to content

Commit

Permalink
Fix pycodestyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Jun 10, 2019
1 parent ff68bf1 commit 8494b10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_select2/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8494b10

Please sign in to comment.