diff options
Diffstat (limited to 'gn3/heatmaps.py')
-rw-r--r-- | gn3/heatmaps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/heatmaps.py b/gn3/heatmaps.py index 91437bb..882a3c7 100644 --- a/gn3/heatmaps.py +++ b/gn3/heatmaps.py @@ -12,7 +12,7 @@ import plotly.figure_factory as ff # type: ignore from plotly.subplots import make_subplots # type: ignore from gn3.settings import TMPDIR -from gn3.random import random_string +from gn3.chancy import random_string from gn3.computations.slink import slink from gn3.db.traits import export_trait_data from gn3.computations.correlations2 import compute_correlation |