Skip to content

Commit

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

# Configuration file for the Sphinx documentation builder.
Expand Down

0 comments on commit 2d6fa58

Please sign in to comment.