Skip to content

Commit 8494b10

Browse files
committed
Fix pycodestyle issue
1 parent ff68bf1 commit 8494b10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

django_select2/forms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ def get_url(http://github.com/self):
233233

234234
def build_attrs(self, base_attrs, extra_attrs=None):
235235
"""Set select2's AJAX attributes."""
236-
237236
default_attrs = {
238237
'data-ajax--url': self.get_url(),
239238
'data-ajax--cache': "true",

0 commit comments

Comments
 (0)