summaryrefslogtreecommitdiff
path: root/heat/tests/test_common_service_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/tests/test_common_service_utils.py')
-rw-r--r--heat/tests/test_common_service_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/tests/test_common_service_utils.py b/heat/tests/test_common_service_utils.py
index 0745e8f85..2b363607c 100644
--- a/heat/tests/test_common_service_utils.py
+++ b/heat/tests/test_common_service_utils.py
@@ -18,7 +18,7 @@ from oslo_utils import timeutils
import uuid
from heat.common import service_utils
-from heat.db.sqlalchemy import models
+from heat.db import models
from heat.tests import common