diff --git a/cellpack/autopack/Analysis.py b/cellpack/autopack/Analysis.py index 27b99486..5b88b335 100644 --- a/cellpack/autopack/Analysis.py +++ b/cellpack/autopack/Analysis.py @@ -20,7 +20,8 @@ from cellpack.autopack.ldSequence import halton from cellpack.autopack.plotly_result import PlotlyAnalysis from cellpack.autopack.utils import check_paired_key, get_paired_key, get_seed_list -from cellpack.autopack.writers import Writer, ImageWriter +from cellpack.autopack.writers import Writer +from cellpack.autopack.writers.ImageWriter import ImageWriter from cellpack.autopack.writers.MarkdownWriter import MarkdownWriter