Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Mar 13, 2024
1 parent 55479e3 commit 3d67fbc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/hdmf/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@
# a global type map
global __TYPE_MAP

def load_termset_config(config_path: str = None):
"""
This method will either load the default config or the config provided by the path.
"""
if config_path is None:
config_path = path_to_config
__TYPE_MAP.ts_config.load_termset_config(config_path)

# a function to register a container classes with the global map
@docval({'name': 'data_type', 'type': str, 'doc': 'the data_type to get the spec for'},
{'name': 'namespace', 'type': str, 'doc': 'the name of the namespace', 'default': CORE_NAMESPACE},
Expand Down

0 comments on commit 3d67fbc

Please sign in to comment.