Mark mock_aws for explicit reexport (#7263)

This commit is contained in:
Anders Kaseorg 2024-01-29 13:14:37 -05:00 committed by GitHub
parent c70658340f
commit 0b4cedc44b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
from moto.core.decorator import mock_aws # noqa # pylint: disable=unused-import
from moto.core.decorator import mock_aws as mock_aws
__title__ = "moto"
__version__ = "5.0.1.dev"