mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
chore: align type-checker wording with ty
Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>
This commit is contained in:
co-authored by
open-swe[bot] <open-swe@users.noreply.github.com>
parent
bdb323efbb
commit
12e19cb7ea
+1
-1
@@ -85,7 +85,7 @@ ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
|
||||
# mypy
|
||||
# Python type checker caches
|
||||
.mypy_cache/
|
||||
.dmypy.json
|
||||
dmypy.json
|
||||
|
||||
@@ -1150,7 +1150,7 @@ class TestV2ValidationErrors:
|
||||
|
||||
|
||||
# --- type narrowing compile-time checks ---
|
||||
# These assert_type calls verify that mypy narrows the union correctly.
|
||||
# These assert_type calls verify that the type checker narrows the union correctly.
|
||||
|
||||
|
||||
_OutputT = TypeVar("_OutputT")
|
||||
|
||||
Reference in New Issue
Block a user