Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed May 5, 2024
1 parent 4973fdd commit fa92b4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hdmf/backends/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ def read(self, **kwargs):
@docval({'name': 'container', 'type': Container, 'doc': 'the Container object to write'},
{'name': 'herd', 'type': 'hdmf.common.resources.HERD',
'doc': 'A HERD object to populate with references.',
'default': None},
allow_extra=True)
'default': None}, allow_extra=True)
def write(self, **kwargs):
container = popargs('container', kwargs)
herd = popargs('herd', kwargs)
Expand Down

0 comments on commit fa92b4c

Please sign in to comment.