summaryrefslogtreecommitdiff
path: root/jsonschema/benchmarks/issue232.py
diff options
context:
space:
mode:
Diffstat (limited to 'jsonschema/benchmarks/issue232.py')
-rw-r--r--jsonschema/benchmarks/issue232.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/jsonschema/benchmarks/issue232.py b/jsonschema/benchmarks/issue232.py
index bf357e9..efd0715 100644
--- a/jsonschema/benchmarks/issue232.py
+++ b/jsonschema/benchmarks/issue232.py
@@ -6,14 +6,14 @@ See https://github.com/python-jsonschema/jsonschema/pull/232.
from pathlib import Path
from pyperf import Runner
-from pyrsistent import m
+from referencing import Registry
from jsonschema.tests._suite import Version
import jsonschema
issue232 = Version(
path=Path(__file__).parent / "issue232",
- remotes=m(),
+ remotes=Registry(),
name="issue232",
)