Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apptools/io/h5/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# is also available online at http://www.enthought.com/licenses/BSD.txt
#
# Thanks for using Enthought open source!
from collections import Mapping, MutableMapping
from collections.abc import Mapping, MutableMapping
from functools import partial
import inspect

Expand Down