Skip to content

Commit

Permalink
fix mypy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tpvasconcelos authored Jan 11, 2024
1 parent a252e21 commit 0cc180c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
# $ python -m sphinx (...)
# which automatically adds ./ to the Python path (sys.path)
# So, we'll fallback to explicitly importing from the extras directory
from extras._compile_plotly_charts import compile_plotly_charts # type: ignore[import-not-found]
from extras._compile_plotly_charts import (
compile_plotly_charts, # type: ignore[import-not-found,no-redef]
)

# Configuration file for the Sphinx documentation builder.
#
Expand Down

0 comments on commit 0cc180c

Please sign in to comment.