Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
rugeli committed Aug 2, 2024
1 parent dd245a9 commit 17302c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cellpack/autopack/Analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, MarkdownWriter, ImageWriter
from cellpack.autopack.writers import Writer, ImageWriter
from cellpack.autopack.writers.MarkdownWriter import MarkdownWriter


class Analysis:
Expand Down

0 comments on commit 17302c3

Please sign in to comment.