From 15d57ea63b2f718fd99747fd22bf7421df3364c6 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Fri, 3 May 2024 16:42:50 -0700 Subject: [PATCH] Update __init__.py --- src/hdmf/common/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hdmf/common/__init__.py b/src/hdmf/common/__init__.py index 7416fcf3d..4d724d1d1 100644 --- a/src/hdmf/common/__init__.py +++ b/src/hdmf/common/__init__.py @@ -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.