Skip to content

Commit

Permalink
Merge pull request #956 from VisLab/develop
Browse files Browse the repository at this point in the history
Removed tools imports from top-level init
  • Loading branch information
VisLab authored Jun 14, 2024
2 parents 1213b5d + 4d0654d commit cfcd205
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions hed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,6 @@
from hed.schema.hed_schema_group import HedSchemaGroup
from hed.schema.hed_schema_io import load_schema, load_schema_version

from hed.tools.bids.bids_dataset import BidsDataset
from hed.tools.analysis.event_manager import EventManager
from hed.tools.analysis.file_dictionary import FileDictionary
from hed.tools.analysis.hed_tag_manager import HedTagManager
from hed.tools.analysis.hed_type_defs import HedTypeDefs
from hed.tools.analysis.hed_type_factors import HedTypeFactors
from hed.tools.analysis.hed_type import HedType
from hed.tools.analysis.hed_type_manager import HedTypeManager
from hed.tools.analysis.hed_type_counts import HedTypeCount
from hed.tools.analysis.key_map import KeyMap
from hed.tools.analysis.tabular_summary import TabularSummary
from hed.tools.analysis.temporal_event import TemporalEvent
from hed.tools.analysis.hed_tag_manager import HedTagManager
from hed.tools.analysis.annotation_util import (check_df_columns, extract_tags, generate_sidecar_entry,
get_bids_dataset, hed_to_df, df_to_hed, merge_hed_dict, str_to_tabular, strs_to_sidecar, to_strlist)

from hed.tools.util.hed_logger import HedLogger
from hed.tools.util.data_util import get_new_dataframe, get_value_dict, replace_values, reorder_columns
from hed.tools.util.io_util import check_filename, clean_filename, extract_suffix_path, get_file_list, make_path
from hed.tools.util.io_util import get_dir_dictionary, get_file_list, get_path_components, parse_bids_filename

from . import _version
__version__ = _version.get_versions()['version']

0 comments on commit cfcd205

Please sign in to comment.