mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-26 12:03:47 +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
|
Global IDs (the default implementation expects database
|
||||||
primary keys)
|
primary keys)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
try:
|
try:
|
||||||
rel = f.field.remote_field
|
rel = f.field.remote_field
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user