Skip to content

Commit 68ad8d4

Browse files
committed
fix: Formatting
1 parent 292092d commit 68ad8d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hypothesis_jsonschema/_canonicalise.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ class CacheableSchema:
7676
Canonicalisation is not required as schemas with the same JSON representation
7777
will have the same validator.
7878
"""
79+
7980
__slots__ = ("schema", "encoded")
8081

8182
def __init__(self, schema: Schema) -> None:

0 commit comments

Comments
 (0)