Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored May 3, 2024
1 parent 936ccb0 commit 15d57ea
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 @@ -139,7 +139,6 @@ def available_namespaces():
{'name': 'namespace', 'type': str, 'doc': 'the namespace the data_type is defined in'},
{'name': 'post_init_method', 'type': Callable, 'default': None,
'doc': 'The function used as a post_init method to validate the class generation.'},
{"name": "autogen", "type": bool, "doc": "autogenerate class if one does not exist", "default": True},
is_method=False)
def get_class(**kwargs):
"""Get the class object of the Container subclass corresponding to a given neurdata_type.
Expand Down

0 comments on commit 15d57ea

Please sign in to comment.