pyld
pyld copied to clipboard
get() got multiple values for keyword argument 'headers'
There is a problem with requests_document_loader
. When using custom headers like this jsonld.set_document_loader(jsonld.requests_document_loader(headers=...))
the headers=
argument is repeated twice (here) and Python raises an error.