diff --git a/docs/_scripts/notebook_convert.py b/docs/_scripts/notebook_convert.py index 4bb3131e8..6523372dc 100644 --- a/docs/_scripts/notebook_convert.py +++ b/docs/_scripts/notebook_convert.py @@ -6,8 +6,6 @@ import nbformat from nbconvert.exporters import MarkdownExporter from nbconvert.preprocessors import Preprocessor -from generate_api_reference_links import ImportPreprocessor - class EscapePreprocessor(Preprocessor): def preprocess_cell(self, cell, resources, cell_index):