Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bufke committed Nov 30, 2016
1 parent 6d55859 commit c7edb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report_builder/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def get_related_fields(self, model_class, field_name, path="", path_verbose=""):
if direct:
try:
related_field = field.remote_field
except AttributeError:
except AttributeError:
# Needed for Django < 1.9
related_field = field.related
try:
Expand Down

0 comments on commit c7edb28

Please sign in to comment.