jsonschema.exceptions
This commit is contained in:
parent
b68c331bac
commit
98db2b9e76
@ -6,6 +6,7 @@
|
|||||||
import typing
|
import typing
|
||||||
|
|
||||||
import jsonschema
|
import jsonschema
|
||||||
|
import jsonschema.exceptions
|
||||||
|
|
||||||
import llnl.util.lang
|
import llnl.util.lang
|
||||||
|
|
||||||
@ -17,7 +18,7 @@ class DeprecationMessage(typing.NamedTuple):
|
|||||||
error: bool
|
error: bool
|
||||||
|
|
||||||
|
|
||||||
class NonFatalValidationError(jsonschema.ValidationError):
|
class NonFatalValidationError(jsonschema.exceptions.ValidationError):
|
||||||
"""A validation error that should only produce a warning."""
|
"""A validation error that should only produce a warning."""
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user