moto/moto/timestreamwrite/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
151 B
Python
Raw Normal View History

2021-10-21 15:13:43 +00:00
from .models import timestreamwrite_backends
from ..core.models import base_decorator
mock_timestreamwrite = base_decorator(timestreamwrite_backends)