Skip to content

Commit

Permalink
Add missing id_of to validators.extend
Browse files Browse the repository at this point in the history
  • Loading branch information
raphendyr committed Feb 28, 2019
1 parent 9289862 commit 548b964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jsonschema/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 433,7 @@ def extend(validator, validators=(), version=None, type_checker=None):
validators=all_validators,
version=version,
type_checker=type_checker,
id_of=validator.ID_OF,
)


Expand Down

0 comments on commit 548b964

Please sign in to comment.