Skip to content

Commit fdf774e

Browse files
committed
correct importing(2)
Signed-off-by: Alexander Piskun <[email protected]>
1 parent 6c0d891 commit fdf774e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nc_py_api/ex_app/integration_fastapi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ def set_handlers(
7777

7878
def fetch_models_task(models: dict):
7979
if models:
80-
from huggingface_hub import snapshot_download # pylint: disable=C0415
81-
from tqdm import tqdm # pylint: disable=C0415
80+
from huggingface_hub import snapshot_download # noqa isort:skip pylint: disable=C0415 disable=E0401
81+
from tqdm import tqdm # noqa isort:skip pylint: disable=C0415 disable=E0401
8282

8383
class TqdmProgress(tqdm):
8484
def display(self, msg=None, pos=None):

0 commit comments

Comments
 (0)