Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-cnivera committed Jul 25, 2024
1 parent 658ad65 commit d4c3345
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions admin_apps/journeys/iteration.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
import requests
import sqlglot
import streamlit as st
from snowflake.connector import SnowflakeConnection
from streamlit.delta_generator import DeltaGenerator
from streamlit_monaco import st_monaco

from admin_apps.shared_utils import (
SNOWFLAKE_ACCOUNT,
GeneratorAppScreen,
Expand All @@ -18,10 +22,6 @@
upload_yaml,
validate_and_upload_tmp_yaml,
)
from snowflake.connector import SnowflakeConnection
from streamlit.delta_generator import DeltaGenerator
from streamlit_monaco import st_monaco

from semantic_model_generator.data_processing.cte_utils import (
context_to_column_format,
expand_all_logical_tables_as_ctes,
Expand Down

0 comments on commit d4c3345

Please sign in to comment.