-from collections import Iterable
+from collections.abc import Iterable
 
 from ...tools import flatten, deprecated
 from ...fhdl import dsl
 
-from collections import OrderedDict, Iterable
+from collections import OrderedDict
+from collections.abc import Iterable
 from contextlib import contextmanager
 
 from .ast import *
 
-from collections import OrderedDict, Iterable
+from collections import OrderedDict
+from collections.abc import Iterable
 
 from ..tools import flatten
 from .ast import *
 
-from collections import Iterable
+from collections.abc import Iterable
 import functools
 import warnings