summaryrefslogtreecommitdiff
path: root/heat/objects/stack_lock.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/objects/stack_lock.py')
-rw-r--r--heat/objects/stack_lock.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/heat/objects/stack_lock.py b/heat/objects/stack_lock.py
index 1a00c40e9..9d699ee00 100644
--- a/heat/objects/stack_lock.py
+++ b/heat/objects/stack_lock.py
@@ -11,13 +11,12 @@
# License for the specific language governing permissions and limitations
# under the License.
-
"""StackLock object."""
from oslo_versionedobjects import base
from oslo_versionedobjects import fields
-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