From 5437d524dcdd7c41c2fea75b2bd54d3e6bb0fd6b Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 8 May 2023 09:17:21 -0400 Subject: [PATCH] remove _AsdfType from __all__ --- asdf/_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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