Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Apr 15, 2018
1 parent ea2d60d commit 43c0c99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graphene_django/filter/filterset.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def filter_for_reverse_field(cls, f, name):
Global IDs (the default implementation expects database
primary keys)
"""

try:
rel = f.field.remote_field
except AttributeError:
Expand Down

0 comments on commit 43c0c99

Please sign in to comment.