Skip to content

Commit

Permalink
text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jsikorski committed Dec 11, 2024
1 parent 3d36227 commit 33999ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/streamlit/test_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def example_streamlit_workspace(project_directory):
with project_directory("example_streamlit_v2") as pdir:
with Path(pdir / "snowflake.yml").open() as definition_file:
definition = yaml.safe_load(definition_file)
print(definition)
model = StreamlitEntityModel(
**definition.get("entities", {}).get("my_streamlit")
)
Expand Down

0 comments on commit 33999ec

Please sign in to comment.