From 2bee6852b1e5d51e620399b6bba7bec00b57b6a5 Mon Sep 17 00:00:00 2001 From: Adam Stus Date: Thu, 12 Dec 2024 18:58:30 +0100 Subject: [PATCH] Fixed import after rebase --- src/snowflake/cli/_plugins/streamlit/streamlit_entity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snowflake/cli/_plugins/streamlit/streamlit_entity.py b/src/snowflake/cli/_plugins/streamlit/streamlit_entity.py index 6b187ba54b..8a364c5517 100644 --- a/src/snowflake/cli/_plugins/streamlit/streamlit_entity.py +++ b/src/snowflake/cli/_plugins/streamlit/streamlit_entity.py @@ -10,7 +10,7 @@ StreamlitEntityModel, ) from snowflake.cli.api.entities.common import EntityBase -from snowflake.cli.api.project.schemas.v1.native_app.path_mapping import PathMapping +from snowflake.cli.api.project.schemas.entities.common import PathMapping # WARNING: This entity is not implemented yet. The logic below is only for demonstrating the