Skip to content

Commit

Permalink
remove _AsdfType from __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed May 8, 2023
1 parent d58a895 commit 5437d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asdf/_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .exceptions import AsdfDeprecationWarning
from .versioning import AsdfSpec, AsdfVersion

__all__ = ["format_tag", "CustomType", "_AsdfType", "ExtensionType"] # noqa: F822
__all__ = ["format_tag", "CustomType", "ExtensionType"] # noqa: F822


# regex used to parse module name from optional version string
Expand Down

0 comments on commit 5437d52

Please sign in to comment.