summaryrefslogtreecommitdiff
path: root/jsonschema
diff options
context:
space:
mode:
Diffstat (limited to 'jsonschema')
-rw-r--r--jsonschema/benchmarks/validator_creation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonschema/benchmarks/validator_creation.py b/jsonschema/benchmarks/validator_creation.py
index da5bac2..4baeb3a 100644
--- a/jsonschema/benchmarks/validator_creation.py
+++ b/jsonschema/benchmarks/validator_creation.py
@@ -6,7 +6,7 @@ schema = {
"type": "array",
"minLength": 1,
"maxLength": 1,
- "items": {"type": "integer"}
+ "items": {"type": "integer"},
}