Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Oct 18, 2023
1 parent b9ac28d commit 8793cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hdmf/term_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .utils import docval
import warnings
import numpy as np
from .data_utils import append_data, extend_data, DataChunkIterator
from .data_utils import append_data, extend_data


class TermSet:
Expand Down Expand Up @@ -188,7 +188,7 @@ class TermSetWrapper:
'type': TermSet,
'doc': 'The TermSet to be used.'},
{'name': 'value',
'type': (list, np.ndarray, dict, str, tuple, DataChunkIterator),
'type': (list, np.ndarray, dict, str, tuple),
'doc': 'The target item that is wrapped, either data or attribute.'},
)
def __init__(self, **kwargs):
Expand Down

0 comments on commit 8793cef

Please sign in to comment.