Fix using deprecated abc support

This commit is contained in:
allegroai 2022-01-23 10:39:13 +02:00
parent bf07b7f76d
commit e7c9e9695b

View File

@ -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