summaryrefslogtreecommitdiff
path: root/heat/objects/resource.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/objects/resource.py')
-rw-r--r--heat/objects/resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/objects/resource.py b/heat/objects/resource.py
index c5aacd4fc..590ea5a59 100644
--- a/heat/objects/resource.py
+++ b/heat/objects/resource.py
@@ -26,7 +26,7 @@ import tenacity
from heat.common import crypt
from heat.common import exception
from heat.common.i18n import _
-from heat.db.sqlalchemy import api as db_api
+from heat.db import api as db_api
from heat.objects import base as heat_base
from heat.objects import fields as heat_fields
from heat.objects import resource_data