diff --git a/clearml_agent/helper/console.py b/clearml_agent/helper/console.py index 1c1baa0..558c589 100644 --- a/clearml_agent/helper/console.py +++ b/clearml_agent/helper/console.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals, print_function import csv import sys -from collections import Iterable +from collections.abc import Iterable from typing import List, Dict, Text, Any from attr import attrs, attrib