Skip to content

Commit

Permalink
deprecate asdf.asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Nov 16, 2023
1 parent 0bb3869 commit b441d7b
Show file tree
Hide file tree
Showing 11 changed files with 1,622 additions and 1,595 deletions.
4 changes: 2 additions & 2 deletions asdf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
]


from ._asdf import AsdfFile
from ._asdf import open_asdf as open
from ._convenience import info
from ._version import version as __version__
from .asdf import AsdfFile
from .asdf import open_asdf as open
from .config import config_context, get_config
from .exceptions import ValidationError
from .tags.core import IntegerType, Stream
Expand Down
Loading

0 comments on commit b441d7b

Please sign in to comment.