mirror of https://gitlab.com/bashrc2/epicyon
No return parameter
parent
a2bfae48e6
commit
8603f58922
|
|
@ -3216,7 +3216,7 @@ class JsonLdProcessor(object):
|
|||
'Invalid JSON-LD syntax; ' +
|
||||
'a JSON-LD frame must be a single object. ' +
|
||||
str(frame2))
|
||||
return {}
|
||||
return
|
||||
|
||||
def _filter_subjects(self, state, subjects, frame2, flags):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue