mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-05 06:44:51 +00:00
[Client] Fixed ImportError (#471)
This commit is contained in:
parent
faab2f451c
commit
23b1450f11
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ import tempfile
|
|||
from configparser import ConfigParser
|
||||
from hashlib import sha256, md5
|
||||
from importlib import import_module
|
||||
from pathlib import Path, Pureapath
|
||||
from pathlib import Path, PurePath
|
||||
from signal import signal, SIGINT, SIGTERM, SIGABRT
|
||||
from typing import Union, List, BinaryIO
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue