Skip to content

Commit

Permalink
Update term_set.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Mar 18, 2024
1 parent 2720a2c commit b11d57d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hdmf/term_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ def append(self, arg):

self.__value = append_data(self.__value, arg)

Check warning on line 309 in src/hdmf/term_set.py

View check run for this annotation

Codecov / codecov/patch

src/hdmf/term_set.py#L309

Added line #L309 was not covered by tests


def extend(self, arg):
"""
This append resolves the wrapper to use the extend of the container using
Expand Down

0 comments on commit b11d57d

Please sign in to comment.