We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c0d891 commit fdf774eCopy full SHA for fdf774e
nc_py_api/ex_app/integration_fastapi.py
@@ -77,8 +77,8 @@ def set_handlers(
77
78
def fetch_models_task(models: dict):
79
if models:
80
- from huggingface_hub import snapshot_download # pylint: disable=C0415
81
- from tqdm import tqdm # pylint: disable=C0415
+ from huggingface_hub import snapshot_download # noqa isort:skip pylint: disable=C0415 disable=E0401
+ from tqdm import tqdm # noqa isort:skip pylint: disable=C0415 disable=E0401
82
83
class TqdmProgress(tqdm):
84
def display(self, msg=None, pos=None):
0 commit comments