diff --git a/matsim/Events.py b/matsim/Events.py index 683fc4a..a2a989e 100644 --- a/matsim/Events.py +++ b/matsim/Events.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- from pathlib import Path -from collections import Iterable +from collections.abc import Iterable import xml.etree.ElementTree as ET import json