Skip to content

Commit 8fd12e2

Browse files
committed
For better or worse this is already part of this function's API.
1 parent 1ada5d0 commit 8fd12e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema/validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ def from_schema(cls, schema, id_of=_id_of, *args, **kwargs):
758758
`RefResolver`
759759
"""
760760

761-
return cls(base_uri=id_of(schema), referrer=schema, *args, **kwargs)
761+
return cls(base_uri=id_of(schema), referrer=schema, *args, **kwargs) # noqa: B026, E501
762762

763763
def push_scope(self, scope):
764764
"""

0 commit comments

Comments
 (0)