Skip to content

Commit

Permalink
Fix mypy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sultaniman committed Mar 20, 2024
1 parent 6af701a commit ee1c0e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dlt/helpers/streamlit_app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@


try:
import streamlit # type: ignore

# from streamlit import SECRETS_FILE_LOC, secrets
import streamlit
except ModuleNotFoundError:
raise MissingDependencyException(
"DLT Streamlit Helpers",
Expand Down

0 comments on commit ee1c0e4

Please sign in to comment.