Skip to content

Commit 59c2185

Browse files
Update lib/pyld/documentloader/requests.py
Co-authored-by: Anatoly Scherbakov <altaisoft@gmail.com>
1 parent 16053f7 commit 59c2185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pyld/documentloader/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import string
1313
import urllib.parse as urllib_parse
1414

15-
from pyld.jsonld import (JsonLdError, parse_link_header, prepend_base, LINK_HEADER_REL)
15+
from pyld.jsonld import JsonLdError, parse_link_header, prepend_base, LINK_HEADER_REL
1616

1717
def requests_document_loader(secure=False, **kwargs):
1818
"""

0 commit comments

Comments
 (0)