Remove stale ty: ignore suppression comments #61
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/61/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ty can now resolve these imports and types without suppression; the stale directives cause
ty checkto exit non-zero.Removes:
# ty: ignore[unresolved-import]from two mkdocs imports inpackages/fenliu/hooks/llms_txt.py# type: ignorefrom an AsyncMock assignment inpackages/zhongli/tests/test_attachment_hasher.pyCloses #60