From 570fe8df9fcd140fa5db98b0e244fc2e05d18647 Mon Sep 17 00:00:00 2001 From: John Lyu Date: Wed, 6 Sep 2023 10:24:07 +0800 Subject: [PATCH] do not import matplotlib if it is not used --- dataframe_image/converter/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dataframe_image/converter/__init__.py b/dataframe_image/converter/__init__.py index d5a8ac6..a547260 100644 --- a/dataframe_image/converter/__init__.py +++ b/dataframe_image/converter/__init__.py @@ -1,2 +1 @@ -from .browser import * -from .matplotlib_table import MatplotlibTableConverter +from .browser import * \ No newline at end of file