Skip to content

Commit ee333fb

Browse files
committed
Usual linter fights.
1 parent 2d3450d commit ee333fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

referencing/jsonschema.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,8 @@ def maybe_in_subresource(
262262
_segments = iter(segments)
263263
for segment in _segments:
264264
if segment == "items" and isinstance(
265-
subresource.contents, Mapping
265+
subresource.contents,
266+
Mapping,
266267
):
267268
return resolver.in_subresource(subresource)
268269
if segment not in in_value and (

0 commit comments

Comments
 (0)