Skip to content

Commit

Permalink
remove TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Nov 7, 2024
1 parent 96a5569 commit a7a9b7d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions asdf/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,6 @@ def load_schema(url, resolver=None, resolve_references=False):
If ``True``, resolve all ``$ref`` references.
"""
# TODO deprecate resolver?

# We want to cache the work that went into constructing the schema, but returning
# the same object is treacherous, because users who mutate the result will not
# expect that they're changing the schema everywhere.
Expand Down Expand Up @@ -527,7 +525,6 @@ def get_validator(
-------
validator : jsonschema.Validator
"""
# TODO deprecate url_mapping
if ctx is None:
from ._asdf import AsdfFile

Expand Down

0 comments on commit a7a9b7d

Please sign in to comment.