summaryrefslogtreecommitdiff
path: root/jsonschema
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-02-21 09:58:30 +0200
committerJulian Berman <Julian@GrayVines.com>2023-02-21 09:58:30 +0200
commit6b749cfa2f47d4dd9ee74f8e01fa4fc0f8f10df6 (patch)
tree5caacf16343cb2fb70eef94df98425eddf141089 /jsonschema
parent83a199d5252d3c179626e9975955d396085a5418 (diff)
downloadjsonschema-6b749cfa2f47d4dd9ee74f8e01fa4fc0f8f10df6.tar.gz
Style, and don't interfere with a test.
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"},
}