Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Mar 28, 2024
1 parent 87c1827 commit 0efd22b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hdmf/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def load_type_config(**kwargs):
"""
This method will either load the default config or the config provided by the path.
NOTE: This config is global and shared across all type maps.
NOTE: This config is global and shared across all type maps.
"""
config_path = kwargs['config_path']
__TYPE_MAP.type_config.load_type_config(config_path)
Expand Down

0 comments on commit 0efd22b

Please sign in to comment.