Skip to content

Commit

Permalink
pragma type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tpvasconcelos authored Jan 11, 2024
1 parent 0f4c168 commit a252e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# $ 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
from extras._compile_plotly_charts import compile_plotly_charts # type: ignore[import-not-found]

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

0 comments on commit a252e21

Please sign in to comment.