Skip to content

Commit

Permalink
Remove to-be-deprecated aliases to object reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Nov 15, 2024
1 parent cc66e17 commit 87e9b5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hdmf/backends/hdf5/h5tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,8 +908,6 @@ def get_type(cls, data):
"utf-8": H5_TEXT,
"ascii": H5_BINARY,
"bytes": H5_BINARY,
"ref": H5_REF,
"reference": H5_REF,
"object": H5_REF,
"isodatetime": H5_TEXT,
"datetime": H5_TEXT,
Expand Down

0 comments on commit 87e9b5f

Please sign in to comment.