Corrected import statements due to dependency name changes

This commit is contained in:
2024-10-17 16:52:42 +02:00
parent 7c60193aa6
commit 69b73c26b0
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import os
root_dir = os.path.abspath(os.curdir)
sys.path.append(root_dir)
import src.hdf5_lib as hdf5_lib
import src.hdf5_writer as hdf5_lib
import utils.g5505_utils as utils
import yaml