Skip to content

Commit

Permalink
Merge pull request asdf-format#1591 from braingram/vendorize_jsonsche…
Browse files Browse the repository at this point in the history
…ma_w_tests

Vendorize jsonschema
  • Loading branch information
braingram committed Aug 7, 2023
1 parent 14726b1 commit 7482cb2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion asdf/asdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
from . import block, constants, generic_io, reference, schema, treeutil, util, versioning, yamlutil
from ._helpers import validate_version
from .config import config_context, get_config
from .exceptions import AsdfConversionWarning, AsdfDeprecationWarning, AsdfWarning, ValidationError
from .exceptions import (
AsdfConversionWarning,
AsdfDeprecationWarning,
AsdfWarning,
ValidationError,
)
from .extension import Extension, ExtensionProxy, _legacy, get_cached_extension_manager
from .search import AsdfSearchResult
from .tags.core import AsdfObject, ExtensionMetadata, HistoryEntry, Software
Expand Down

0 comments on commit 7482cb2

Please sign in to comment.