No return parameter

main
bashrc 2026-08-01 14:54:43 +01:00
parent a2bfae48e6
commit 8603f58922
1 changed files with 1 additions and 1 deletions

View File

@ -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):
"""