From 626237e878006797daa8437be70e6be35d32e56e Mon Sep 17 00:00:00 2001 From: mavaylon1 Date: Wed, 14 Aug 2024 17:49:08 -0700 Subject: [PATCH] clean up for review --- src/hdmf/build/objectmapper.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hdmf/build/objectmapper.py b/src/hdmf/build/objectmapper.py index 0484cad8f..6dbfdb1d4 100644 --- a/src/hdmf/build/objectmapper.py +++ b/src/hdmf/build/objectmapper.py @@ -850,7 +850,6 @@ def __get_spec_info(self, data, spec_shape, spec_dims, spec_dtype=None): """This will return the dimension labels and shape by matching the data shape to a permissible spec shape.""" if spec_shape is None and spec_dims is None: return None, None - # elif spec_shape is not None and spec_dims is None: else: if spec_dtype is not None and isinstance(spec_dtype, list): data_shape = (len(data),)