mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-23 10:32:04 +03:00
remove dangling comment
This commit is contained in:
parent
15b661ae26
commit
cae2ba8886
|
@ -11,7 +11,7 @@ def get_field_parts_with_expression(model, field_name, lookup_expr):
|
|||
Traverses the model with a given query expression,
|
||||
returns the found fields along the path and the remaining expression
|
||||
"""
|
||||
parts = field_name.split(LOOKUP_SEP) # + lookup_expr.split(LOOKUP_SEP)
|
||||
parts = field_name.split(LOOKUP_SEP)
|
||||
lparts = lookup_expr.split(LOOKUP_SEP)
|
||||
opts = model._meta
|
||||
fields = []
|
||||
|
|
Loading…
Reference in New Issue
Block a user