diff --git a/python/pulumi_aws_tags/__init__.py b/python/pulumi_aws_tags/__init__.py index f1331dd..18426cf 100644 --- a/python/pulumi_aws_tags/__init__.py +++ b/python/pulumi_aws_tags/__init__.py @@ -1,2 +1,4 @@ -from .autotag import register_auto_tags # noqa: F401 -from .taggable import is_taggable # noqa: F401 +from .autotag import register_auto_tags +from .taggable import is_taggable + +__all__ = ("register_auto_tags", "is_taggable")