Skip to content

Commit

Permalink
Remove unused function _not_parent in file.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Feb 6, 2025
1 parent ef99304 commit 6f5019d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## PyNWB 3.0.0 (Upcoming)

### Breaking changes
- Removed unused functions `prepend_string` and `_not_parent` from `core.py` @oruebel [#2032](https://github.com/NeurodataWithoutBorders/pynwb/pull/2031)
-

### Enhancements and minor changes
- Added `pynwb.read_nwb` convenience method to simplify reading an NWBFile written with any backend @h-mayorquin [#1994](https://github.com/NeurodataWithoutBorders/pynwb/pull/1994)
- Added support for NWB schema 2.8.0. @rly [#2001](https://github.com/NeurodataWithoutBorders/pynwb/pull/2001)
Expand Down
4 changes: 0 additions & 4 deletions src/pynwb/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
from .core import NWBContainer, NWBDataInterface, MultiContainerInterface, ScratchData, LabelledDict


def _not_parent(arg):
return arg['name'] != 'parent'


@register_class('LabMetaData', CORE_NAMESPACE)
class LabMetaData(NWBContainer):
"""
Expand Down

0 comments on commit 6f5019d

Please sign in to comment.