Skip to content

Commit

Permalink
remove resolver ref
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Apr 5, 2023
1 parent 018d631 commit 0ddbd1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions asdf/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,9 @@ def get_validator(
A dictionary mapping properties to validators to use (instead
of the built-in ones and ones provided by extension types).
url_mapping : resolver.Resolver, optional
A resolver to convert remote URLs into local ones.
url_mapping : callable, optional
A callable that takes one string argument and returns a string
to convert remote URLs into local ones.
_visit_repeat_nodes : bool, optional
Force the validator to visit nodes that it has already
Expand Down

0 comments on commit 0ddbd1e

Please sign in to comment.