We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145ccb8 commit 09aecebCopy full SHA for 09aeceb
1 file changed
tests/unit/llm/test_llm_unit.py
@@ -13,7 +13,7 @@ class ModelPrimitive(pydantic.BaseModel):
13
var1: int = 1
14
var2: float = 2.0
15
var3: str = "a"
16
- var4: list[str] = ("a",)
+ var4: list[str] = ("a",) # type: ignore[assignment]
17
18
19
class ModelRecursive(pydantic.BaseModel):
0 commit comments