diff --git a/asdf/_types.py b/asdf/_types.py index a4725ed02..45e2c567a 100644 --- a/asdf/_types.py +++ b/asdf/_types.py @@ -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