summaryrefslogtreecommitdiff
path: root/jsonschema/protocols.py
diff options
context:
space:
mode:
Diffstat (limited to 'jsonschema/protocols.py')
-rw-r--r--jsonschema/protocols.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonschema/protocols.py b/jsonschema/protocols.py
index f324ea1..4ad43e7 100644
--- a/jsonschema/protocols.py
+++ b/jsonschema/protocols.py
@@ -206,7 +206,7 @@ class Validator(Protocol):
ValidationError: [2, 3, 4] is too long
"""
- def evolve(self, **kwargs) -> "Validator":
+ def evolve(self, **kwargs) -> Validator:
"""
Create a new validator like this one, but with given changes.