Skip to content

Commit 49798a7

Browse files
committed
No idea why mypy still isn't happy, but shh please.
1 parent 8750bb5 commit 49798a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema/validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def _warn_for_remote_retrieve(uri: str):
121121

122122

123123
_DEFAULT_REGISTRY = SPECIFICATIONS.combine(
124-
referencing.Registry(retrieve=_warn_for_remote_retrieve),
124+
referencing.Registry(retrieve=_warn_for_remote_retrieve), # type: ignore[call-arg] # noqa: E501
125125
)
126126

127127

0 commit comments

Comments
 (0)