mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 19:21:05 +08:00
chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224)
This commit is contained in:
@@ -3,7 +3,7 @@ import json
|
||||
from typing import Any
|
||||
|
||||
import requests
|
||||
from flask_login import current_user # type: ignore
|
||||
from flask_login import current_user
|
||||
|
||||
from core.helper import encrypter
|
||||
from core.rag.extractor.firecrawl.firecrawl_app import FirecrawlApp
|
||||
|
||||
Reference in New Issue
Block a user