Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sultaniman committed Mar 21, 2024
1 parent a9a2bfd commit 1d27a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dlt/cli/pipeline_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def _display_pending_packages() -> Tuple[Sequence[str], Sequence[str]]:
"--client.showSidebarNavigation",
"false",
]

if hot_reload:
streamlit_cmd.append("--server.runOnSave")
streamlit_cmd.append("true")
Expand Down
2 changes: 1 addition & 1 deletion dlt/helpers/streamlit_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from dlt.common.exceptions import MissingDependencyException


# FIXME: Remove this after implementing package installer
try:
import streamlit
except ModuleNotFoundError:
Expand Down

0 comments on commit 1d27a22

Please sign in to comment.