Skip to content

Commit

Permalink
Mypy ignore px
Browse files Browse the repository at this point in the history
  • Loading branch information
ramedina86 committed May 1, 2023
1 parent c500fb6 commit 636879b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/streamsync/command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def _perform_checks(command: str, absolute_app_path: str, host: Optional[str]):
if command in ("hello"):
try:
import pandas
import plotly.express
import plotly.express # type: ignore
except ImportError:
logging.error("Running streamsync hello requires pandas and plotly.express. Install them with:\npip install streamsync[ds]")
sys.exit(1)
Expand Down

0 comments on commit 636879b

Please sign in to comment.