Add missing import

This commit is contained in:
allegroai 2020-03-08 18:56:28 +02:00
parent 8acb236b33
commit 9e0ea880ce

View File

@ -5,6 +5,7 @@ import os
from enum import Enum
from tempfile import gettempdir
from multiprocessing import RLock
from threading import Thread
try:
from collections.abc import Iterable