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 292092d commit 68ad8d4Copy full SHA for 68ad8d4
src/hypothesis_jsonschema/_canonicalise.py
@@ -76,6 +76,7 @@ class CacheableSchema:
76
Canonicalisation is not required as schemas with the same JSON representation
77
will have the same validator.
78
"""
79
+
80
__slots__ = ("schema", "encoded")
81
82
def __init__(self, schema: Schema) -> None:
0 commit comments