fix lint error

This commit is contained in:
= 2018-04-15 00:21:53 -04:00
parent ea2d60d3df
commit 43c0c99136

View File

@ -57,7 +57,6 @@ class GrapheneFilterSetMixin(BaseFilterSet):
Global IDs (the default implementation expects database
primary keys)
"""
try:
rel = f.field.remote_field
except AttributeError: