We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e26b0b commit 6f24bdfCopy full SHA for 6f24bdf
referencing_loaders/__init__.py
@@ -75,7 +75,7 @@ def _from_walked(
75
for path in paths:
76
contents = json.loads(path.read_text())
77
if specification is None:
78
- specification = Specification.detect(contents) # type: ignore[reportUnknownMemberType]
+ specification = Specification.detect(contents)
79
resource = specification.detect(contents).create_resource(contents)
80
uri = getattr(path, "as_uri", lambda: "")() # pragma: no cover
81
yield uri, resource
0 commit comments