Files
dify/api/events/document_index_event.py
Yongtao Huang 32fa817eaa Update mypy.ini (#24014)
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-08-16 19:29:19 +08:00

5 lines
105 B
Python

from blinker import signal
# sender: document
document_index_created = signal("document-index-created")