Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Nov 4, 2024
1 parent e2803df commit be151ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alphastats/gui/utils/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

import pandas as pd
import streamlit as st
from plots.PlotUtils import PlotlyObject

from alphastats.DataSet import DataSet
from alphastats.keys import Cols, ConstantsClass
from alphastats.plots.PlotUtils import PlotlyObject
from alphastats.plots.VolcanoPlot import VolcanoPlot


Expand Down

0 comments on commit be151ab

Please sign in to comment.