mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
fix mypy
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
from .app_config import DifyConfig
|
||||
|
||||
dify_config = DifyConfig() # pyright: ignore[reportCallIssue]
|
||||
dify_config = DifyConfig() # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user