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>
This commit is contained in:
Yongtao Huang
2025-08-16 19:29:19 +08:00
committed by GitHub
parent af10b3c5fa
commit 32fa817eaa
3 changed files with 2 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
from blinker import signal
# sender: document
document_index_created = signal("document-index-created")