From 60e9521249ee288e82b99fc395c208c2d07f8c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <amuoz@ed.ac.uk> Date: Tue, 22 Feb 2022 15:52:09 +0000 Subject: [PATCH] fix warning --- aliby/io/matlab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aliby/io/matlab.py b/aliby/io/matlab.py index 18362ed3..de5db8ae 100644 --- a/aliby/io/matlab.py +++ b/aliby/io/matlab.py @@ -13,7 +13,7 @@ the reverse engineering at https://nbviewer.jupyter.org/gist/mbauman/9121961 import re import struct import sys -from collections import Iterable +from collections.abc import Iterable from io import BytesIO import h5py -- GitLab