From 51834843220bae6bc0fcd5ccc291e0728065e1fc Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Sun, 22 Dec 2024 22:10:29 -0500 Subject: [PATCH] x --- docs/_scripts/notebook_convert.py | 2 -- 1 file changed, 2 deletions(-) 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 @@ 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):