Skip to content

Commit

Permalink
fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter committed Dec 12, 2023
1 parent c0ed0b6 commit bbc58f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hdmf/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,8 +765,8 @@ def set_data_io(self, dataset_name: str, data_io_class: Type[DataIO], data_io_kw
"""
if kwargs or (data_io_kwargs is None):
warn(
"Use of **kwargs in Container.set_data_io() is deprecated. Please pass the DataIO kwargs as a dictionary to"
" the `data_io_kwargs` parameter instead.",
"Use of **kwargs in Container.set_data_io() is deprecated. Please pass the DataIO kwargs as a "
"dictionary to the `data_io_kwargs` parameter instead.",
DeprecationWarning,
stacklevel=2
)
Expand Down

0 comments on commit bbc58f7

Please sign in to comment.