[Client] Fixed ImportError (#471)
This commit is contained in:
parent
faab2f451c
commit
23b1450f11
@ -27,7 +27,7 @@ import tempfile
|
|||||||
from configparser import ConfigParser
|
from configparser import ConfigParser
|
||||||
from hashlib import sha256, md5
|
from hashlib import sha256, md5
|
||||||
from importlib import import_module
|
from importlib import import_module
|
||||||
from pathlib import Path, Pureapath
|
from pathlib import Path, PurePath
|
||||||
from signal import signal, SIGINT, SIGTERM, SIGABRT
|
from signal import signal, SIGINT, SIGTERM, SIGABRT
|
||||||
from typing import Union, List, BinaryIO
|
from typing import Union, List, BinaryIO
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user