explicit import for BinaryIO, will fix #405

This commit is contained in:
ykume
2023-05-03 11:48:59 +09:00
parent f6556f7972
commit e25164cfed

View File

@@ -1,9 +1,8 @@
from typing import *
from typing import Union, BinaryIO
from huggingface_hub import HfApi
from pathlib import Path
import argparse
import os
from library.utils import fire_in_thread