Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
from .models import rds_backends
from ..core.models import base_decorator
rds_backend = rds_backends["us-west-1"]
mock_rds = base_decorator(rds_backends)