add missing import

This commit is contained in:
Jakub Trllo 2024-07-16 17:10:35 +02:00
parent 01983de888
commit 03317229fa

View file

@ -10,6 +10,7 @@ import threading
import collections
from uuid import uuid4
from abc import ABCMeta, abstractmethod
from typing import Optional
import six
import appdirs