From 9aa7c0ece85d44e486d6451d0b864948b58ebe00 Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Thu, 19 Jun 2025 20:49:36 +0200 Subject: [PATCH] Clean import statements --- src/hdf5_ops.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/hdf5_ops.py b/src/hdf5_ops.py index 4c4bc92..0fd80a6 100644 --- a/src/hdf5_ops.py +++ b/src/hdf5_ops.py @@ -19,17 +19,10 @@ import pandas as pd import numpy as np import logging import datetime - -import h5py - import yaml import json import copy -#try: -# from dima.utils import g5505_utils as utils -# from dima.src import hdf5_writer as hdf5_lib -#except ModuleNotFoundError: import utils.g5505_utils as utils import src.hdf5_writer as hdf5_lib