Skip to content

Commit e00529f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f328d7e commit e00529f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

rdflib/parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ class URLInputSource(InputSource):
196196
"""
197197
Constructs an RDFLib Parser InputSource from a URL to read it from the Web.
198198
"""
199+
199200
links: List[str]
200201

201202
@classmethod

rdflib/plugins/shared/jsonld/util.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@
1616
from posixpath import normpath
1717

1818
from urllib.parse import urljoin, urlsplit, urlunsplit
19-
from rdflib.parser import create_input_source, BytesIOWrapper, PythonInputSource, StringInputSource
19+
from rdflib.parser import (
20+
create_input_source,
21+
BytesIOWrapper,
22+
PythonInputSource,
23+
StringInputSource,
24+
)
2025

2126
from io import TextIOBase, TextIOWrapper
2227

0 commit comments

Comments
 (0)