diff --git a/src/fairlens/plot/__init__.py b/src/fairlens/plot/__init__.py index b7c81aed..95266c03 100644 --- a/src/fairlens/plot/__init__.py +++ b/src/fairlens/plot/__init__.py @@ -2,7 +2,6 @@ Tools to visualize distributions and heatmaps. """ - from .distr import attr_distr_plot, distr_plot, mult_distr_plot from .heatmap import two_column_heatmap from .style import reset_style, use_style