Fixed pep8 error

This commit is contained in:
Nathan Gotz 2016-09-14 17:58:34 -05:00
parent 3d59b406ae
commit 047ccaa14e

View File

@ -55,7 +55,6 @@ def get_filter_choices(model, id_field='pk', select_related=[], count_field=None
return [(getattr(obj, id_field), u'{}'.format(obj)) for obj in queryset]
#
# Widgets
#