From a252e213a3aab3d1469529360f53405d8916719e Mon Sep 17 00:00:00 2001 From: Tomas Pereira de Vasconcelos Date: Thu, 11 Jan 2024 00:31:02 +0000 Subject: [PATCH] pragma type ignore --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 31cf5395..f342ff63 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. #