mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-12 11:21:37 +00:00
mypy flags the `# type: ignore[override]` on the test subclasses' `close()` / `aclose()` methods as unused — `BaseChatModel.close` / `aclose` are concrete (non-abstract) defaults, so overriding them in a subclass does not need an override suppression. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>