From 0d65869701b3bab49d253c5489002664316b32fb Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Thu, 28 Jul 2022 07:39:09 +0200 Subject: [PATCH] fix tests with python 3.10 --- apptools/io/h5/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apptools/io/h5/file.py b/apptools/io/h5/file.py index c3c0201a..08c9a58b 100644 --- a/apptools/io/h5/file.py +++ b/apptools/io/h5/file.py @@ -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