[Client] Fixed ImportError (#471)

This commit is contained in:
Accipiter7 2020-08-22 11:46:16 +05:30 committed by GitHub
parent faab2f451c
commit 23b1450f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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