Skip to content

Commit

Permalink
do not import matplotlib if it is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
John Lyu committed Sep 6, 2023
1 parent f595bf7 commit 570fe8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dataframe_image/converter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
from .browser import *
from .matplotlib_table import MatplotlibTableConverter
from .browser import *

0 comments on commit 570fe8d

Please sign in to comment.