Skip to content

Commit

Permalink
Update table.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Jan 22, 2025
1 parent b4f33ef commit 9604739
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hdmf/common/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,6 @@ def add_column(self, **kwargs): # noqa: C901
"and come from an enumerable set of elements" % name)
# Update col_cls if table is specified
if table is not False:
# breakpoint()
if col_cls is None:
col_cls = DynamicTableRegion
if isinstance(table, DynamicTable):
Expand Down

0 comments on commit 9604739

Please sign in to comment.