Skip to content

Commit 8a8a768

Browse files
committed
Fix conflict
1 parent 178adfb commit 8a8a768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/sdk/test_pydantic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class MyAllInOneModel(BaseModel):
3535
is_active: bool
3636
opt_age: int | None = None
3737
default_name: str = "some_default"
38-
old_opt_age: Optional[int] = None # noqa: UP007
38+
old_opt_age: Optional[int] = None
3939

4040

4141
class AcmeTag(BaseModel):

0 commit comments

Comments
 (0)