mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-03-03 11:15:46 +03:00
fix lint error
This commit is contained in:
parent
ea2d60d3df
commit
43c0c99136
|
@ -57,7 +57,6 @@ class GrapheneFilterSetMixin(BaseFilterSet):
|
|||
Global IDs (the default implementation expects database
|
||||
primary keys)
|
||||
"""
|
||||
|
||||
try:
|
||||
rel = f.field.remote_field
|
||||
except AttributeError:
|
||||
|
|
Loading…
Reference in New Issue
Block a user