Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Nov 18, 2024
1 parent 68b2ede commit 241bb50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 1.0.0 (Upcoming)
### Enhancements
* Added initial refactor of export, supporting references and internal/external links from Zarr to Zarr. This will introduce breaking changes that could lead to existing exported files to be invalid. This update removes '.' as the object default. @mavaylon1 [#194](https://github.com/hdmf-dev/hdmf-zarr/pull/194)
* Added initial refactor of export, supporting references and internal/external links from Zarr to Zarr. This will introduce breaking changes that could lead to existing exported files to be invalid. This update removes '.' as the object default file source. @mavaylon1 [#194](https://github.com/hdmf-dev/hdmf-zarr/pull/194)
* Added support for Pathlib paths. @mavaylon1 [#212](https://github.com/hdmf-dev/hdmf-zarr/pull/212)

## 0.9.0 (September 16, 2024)
Expand Down
2 changes: 0 additions & 2 deletions src/hdmf_zarr/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -754,8 +754,6 @@ def _create_ref(self, ref_object, ref_link_source=None):
builder = ref_object
elif isinstance(ref_object, ReferenceBuilder):
builder = ref_object.builder
else: # Not covered
builder = self.manager.build(ref_object)

path = self.__get_path(builder) # This is the internal path in the store to the item.

Expand Down

0 comments on commit 241bb50

Please sign in to comment.