Skip to content

Commit

Permalink
Update builders.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Mar 17, 2024
1 parent 098cda1 commit d5898ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hdmf/build/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def __init__(self, **kwargs):
name, groups, datasets, links, attributes, parent, source = getargs(
'name', 'groups', 'datasets', 'links', 'attributes', 'parent', 'source', kwargs)
# NOTE: if groups, datasets, or links are dicts, their keys are unused
# breakpoint()
groups = self.__to_list(groups)
datasets = self.__to_list(datasets)
links = self.__to_list(links)
Expand Down

0 comments on commit d5898ed

Please sign in to comment.