summaryrefslogtreecommitdiffstats
path: root/tests/unit/db/sqlalchemy/test_models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/db/sqlalchemy/test_models.py')
-rw-r--r--tests/unit/db/sqlalchemy/test_models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/db/sqlalchemy/test_models.py b/tests/unit/db/sqlalchemy/test_models.py
index 17f1c1b..cd1a664 100644
--- a/tests/unit/db/sqlalchemy/test_models.py
+++ b/tests/unit/db/sqlalchemy/test_models.py
@@ -15,7 +15,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-import openstack.common.db.sqlalchemy.models as models
+from openstack.common.db.sqlalchemy import models
from tests import utils as test_utils