From cc0adfca624e8f2b583b0580eb5bf01f87e9e0f2 Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Fri, 13 Sep 2024 15:11:25 +0200 Subject: [PATCH] Fixed import statement --- src/hdf5_vis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hdf5_vis.py b/src/hdf5_vis.py index cebab9e..ed1a2dc 100644 --- a/src/hdf5_vis.py +++ b/src/hdf5_vis.py @@ -13,7 +13,7 @@ from plotly.subplots import make_subplots import plotly.graph_objects as go import plotly.express as px #import plotly.io as pio -from hdf5_ops import get_parent_child_relationships +from src.hdf5_ops import get_parent_child_relationships